Skip to content

Instantly share code, notes, and snippets.

@zo0m
Created December 24, 2016 08:32
Show Gist options
  • Save zo0m/0feca1962a767d5f6b70301a5d30adab to your computer and use it in GitHub Desktop.
Save zo0m/0feca1962a767d5f6b70301a5d30adab to your computer and use it in GitHub Desktop.
uploadFileOnChangeAngularSnippet.jade
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