Skip to content

Commit

Permalink
added link to reusable directives
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Nov 1, 2013
1 parent 1b81622 commit 15cba54
Showing 1 changed file with 39 additions and 31 deletions.
70 changes: 39 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,68 +6,76 @@ A moderated wiki/doc on various resources our team found useful for learning Ang

### Theoretical

* [The Angular Way](http://flippinawesome.org/2013/09/03/the-angular-way/)
* [How do I 'think in AngularJS' if I have a jQuery background?](http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background)
- [The Angular Way](http://flippinawesome.org/2013/09/03/the-angular-way/)
- [How do I 'think in AngularJS' if I have a jQuery background?](http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background)



- - -

### Curated Resources

* [AngularJS Learning (massive list)](https://github.com/jmcunningham/AngularJS-Learning)
* [The AngularJS Magazine](https://flipboard.com/section/the-angularjs-magazine-bbIMWS)
* [Angular Tips](http://angular-tips.com/)
* [Egghead Tutorials](http://egghead.io/)
* [The Definitive Guide to Angular on Mobile](http://www.ng-newsletter.com/posts/angular-on-mobile.html)
* [Thinkster AngularJS Tutorials](http://www.thinkster.io/)
* [The difference between services, factories and providers](http://jsfiddle.net/pkozlowski_opensource/PxdSP/14/)
* [AngularJS Fundementals](http://pluralsight.com/training/Courses/TableOfContents/angularjs-fundamentals)
- [AngularJS Learning (massive list)](https://github.com/jmcunningham/AngularJS-Learning)
- [The AngularJS Magazine](https://flipboard.com/section/the-angularjs-magazine-bbIMWS)
- [Angular Tips](http://angular-tips.com/)
- [Egghead Tutorials](http://egghead.io/)
- [The Definitive Guide to Angular on Mobile](http://www.ng-newsletter.com/posts/angular-on-mobile.html)
- [Thinkster AngularJS Tutorials](http://www.thinkster.io/)
- [The difference between services, factories and providers](http://jsfiddle.net/pkozlowski_opensource/PxdSP/14/)
- [AngularJS Fundementals](http://pluralsight.com/training/Courses/TableOfContents/angularjs-fundamentals)

- - -



### General

* [AngularJS Fundamentals in 60-ish Minutes](http://www.youtube.com/watch?v=i9MHigUZKEM)
* [PDF Transcription (w/screencaps)](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf)
* [Animations In AngularJS](http://www.yearofmoo.com/2013/04/animation-in-angularjs.html)
* [Prototyping Angular UIs without a Backend](http://www.opensourceconnections.com/2013/09/16/prototype-angular-uis-without-a-backend/)
* [AngularJS modules for great justice](http://codingsmackdown.tv/blog/2013/04/19/angularjs-modules-for-great-justice/)
* [What you need to know about Angular SEO](http://www.ng-newsletter.com/posts/serious-angular-seo.html?utm_source=ng-newsletter&utm_campaign=7be2922d2a-AngularJS_Newsletter_10_22_1310_22_2013)
- [AngularJS Fundamentals in 60-ish Minutes](http://www.youtube.com/watch?v=i9MHigUZKEM)
- [PDF Transcription (w/screencaps)](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf)
- [Animations In AngularJS](http://www.yearofmoo.com/2013/04/animation-in-angularjs.html)
- [Prototyping Angular UIs without a Backend](http://www.opensourceconnections.com/2013/09/16/prototype-angular-uis-without-a-backend/)
- [AngularJS modules for great justice](http://codingsmackdown.tv/blog/2013/04/19/angularjs-modules-for-great-justice/)
- [What you need to know about Angular SEO](http://www.ng-newsletter.com/posts/serious-angular-seo.html)


##### Scopes:

* [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes)
- [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes)



##### Directives

* [Directives with the Same Name](http://angular-tips.com/blog/2013/08/tip-directives-with-the-same-name/)
* [How do directives communicate by a controller?](http://stackoverflow.com/questions/15289670/how-do-directives-communicate-by-a-controller)
* [AngularJS Directive Design Made Easy](http://seanhess.github.io/2013/10/14/angularjs-directive-design.html)
- [Directives with the Same Name](http://angular-tips.com/blog/2013/08/tip-directives-with-the-same-name/)
- [How do directives communicate by a controller?](http://stackoverflow.com/questions/15289670/how-do-directives-communicate-by-a-controller)
- [AngularJS Directive Design Made Easy](http://seanhess.github.io/2013/10/14/angularjs-directive-design.html)
- [Reusable components in AngularJS](http://stackoverflow.com/questions/13619264/reusable-components-in-angularjs)


##### Services

* [Understanding Angular http Interceptors](http://djds4rce.wordpress.com/2013/08/13/understanding-angular-http-interceptors/)
- [Understanding Angular http Interceptors](http://djds4rce.wordpress.com/2013/08/13/understanding-angular-http-interceptors/)



- - -

### Plugins, Extensions and Frameworks

* [Restangular](https://github.com/mgonto/restangular)
* [UI Router](https://github.com/angular-ui/ui-router)
* [AngularJS Skeleton](https://github.com/marcorinck/ngStart)
* [UI Utils](http://angular-ui.github.io/ui-utils/)
* [Angular Facebook Utils](http://davidchang.github.io/angular-facebook-utils/?utm_source=ng-newsletter)
- [Restangular](https://github.com/mgonto/restangular)
- [UI Router](https://github.com/angular-ui/ui-router)
- [AngularJS Skeleton](https://github.com/marcorinck/ngStart)
- [UI Utils](http://angular-ui.github.io/ui-utils/)
- [Angular Facebook Utils](http://davidchang.github.io/angular-facebook-utils/?utm_source=ng-newsletter)

- - -



### Custom Functionality
* [Drag'n'drop](http://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/)
* [Angular Feedback (feedback widget)](https://github.com/bglick/angular-feedback)
* [Multi-File Upload](http://jasonturim.wordpress.com/2013/09/12/angularjs-native-multi-file-upload-with-progress/)
* [How to detect current state within directive](http://stackoverflow.com/questions/17215656/how-to-detect-current-state-within-directive)
* [ngProgress](http://victorbjelkholm.github.io/ngProgress/ "A slim, site-wide progressbar for AngularJS")

- [Drag'n'drop](http://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/)
- [Angular Feedback (feedback widget)](https://github.com/bglick/angular-feedback)
- [Multi-File Upload](http://jasonturim.wordpress.com/2013/09/12/angularjs-native-multi-file-upload-with-progress/)
- [How to detect current state within directive](http://stackoverflow.com/questions/17215656/how-to-detect-current-state-within-directive)
- [ngProgress](http://victorbjelkholm.github.io/ngProgress/ "A slim, site-wide progressbar for AngularJS")

0 comments on commit 15cba54

Please sign in to comment.