Created
December 24, 2016 08:32
-
-
Save zo0m/0feca1962a767d5f6b70301a5d30adab to your computer and use it in GitHub Desktop.
uploadFileOnChangeAngularSnippet.jade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input#fileToUpload(type='file', onchange='angular.element(this).scope().uploadFile(this.files[0])') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment