Last active
August 29, 2015 14:01
-
-
Save bmadigan/335e9aa51f1e1c9a4b51 to your computer and use it in GitHub Desktop.
AngularJS Resources
This file contains 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
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