Last active
December 16, 2015 02:38
-
-
Save oliverm2112/5363572 to your computer and use it in GitHub Desktop.
Learning AngularJS
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
"AngularJS is what HTML would have been, had it been designed for building web-apps." | |
- templates (components) | |
- data-binding | |
- MVC | |
- dependency injection | |
- excellent testability | |
- client-side JavaScript | |
Links: | |
https://gist.github.com/oliverm2112 | |
http://code.angularjs.org/1.1.4/ | |
http://www.youtube.com/user/johnlindquist/videos | |
http://angularjs.org/ | |
http://angular-ui.github.io/ | |
http://angular-ui.github.io/bootstrap/ | |
https://github.com/tigbro/jquery-mobile-angular-adapter | |
[https://github.com/ajoslin/angular-mobile-nav] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment