Skip to content

Instantly share code, notes, and snippets.

@gwoo
Last active March 15, 2016 20:26
Show Gist options
  • Save gwoo/3814177 to your computer and use it in GitHub Desktop.
Save gwoo/3814177 to your computer and use it in GitHub Desktop.
Learning Angular
## Angular modules
http://ngmodules.org/
http://angular-ui.github.com/
http://angular-ui.github.com/bootstrap/
## Angular resources
John Lindquist Videos:
http://egghead.io
In this post, we will explore a series of examples that build in complexity to help us understand directives. We are going to start out with an extremely simple example and iterate over it to see how and why you build directives.
http://onehungrymind.com/angularjs-directives-basics/
John Lindquist:
http://johnlindquist.com/2012/04/04/angularjs_tutorial.html
http://jsfiddle.net/johnlindquist/U3c2Q/
Twitter Search
http://jsfiddle.net/johnlindquist/qmNvq/
Directives
http://johnlindquist.com/2012/04/16/angularjs_directive_tutorial.html
http://jsfiddle.net/johnlindquist/9Ymvt/1/
Custom Components
part 1: http://www.youtube.com/watch?v=A6wq16Ow5Ec
part 2: http://www.youtube.com/watch?v=nKJDHnXaKTY&feature=fvwrel
AngularJS Tips and Tricks
http://deansofer.com/posts/view/14/AngularJs-Tips-and-Tricks-UPDATED
Angular and D3
http://briantford.com/blog/angular-d3.html
Building a Website with AngularJS - Routes and Partials
http://www.youtube.com/watch?v=zogrnQjHZAM
Broadcasting events
http://www.youtube.com/watch?v=1OALSkJGsRw
Github Repo Info
http://jsfiddle.net/jianliao/krYmq/
AutoComplete
http://jsfiddle.net/ZguhP/
Pagination
http://jsfiddle.net/xncuF/
Tips
http://vxtindia.com/blog/8-tips-for-angular-js-beginners/
More Fiddles
https://github.com/angular/angular.js/wiki/JSFiddle-Examples
Truncate
http://jsfiddle.net/tUyyx/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment