Skip to content

Instantly share code, notes, and snippets.

@bmadigan
Last active August 29, 2015 14:01
Show Gist options
  • Save bmadigan/335e9aa51f1e1c9a4b51 to your computer and use it in GitHub Desktop.
Save bmadigan/335e9aa51f1e1c9a4b51 to your computer and use it in GitHub Desktop.
AngularJS Resources
Edit In Place
http://jsfiddle.net/timriley/9Wpyf/
Using A Directive to Controller
Eg. Bind a click event of a div to delete a tweet
http://www.thinkster.io/angularjs/IgQdYAAt9V/angularjs-directives-talking-to-controllers
File Uploads (has link to example with S3)
Allows with drag n drop as well.
https://github.com/danialfarid/angular-file-upload
File Upload video (Pro egghead.io video)
- Its a general way of doing it, I'd stick to the angular-file-upload above tho
- But this shows the filename before you upload.
https://egghead.io/lessons/angularjs-file-uploads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment