|
1 |
| -# Best Resoruces For AngularJS |
| 1 | +# Awesome-AngularJS |
2 | 2 |
|
3 |
| -## Tutorials |
| 3 | +## Best Learning Guides: |
| 4 | + - [AngularJS Learning Center](https://www.codementor.io/angularjs) |
| 5 | + - [Learn AngularJS Online - A Guide](https://www.codementor.io/learn-angularjs) |
| 6 | + |
| 7 | +## Tutorials: |
4 | 8 |
|
5 | 9 | ### AngularJS Tutorial Series:
|
6 | 10 |
|
7 |
| -* Part 1 – [Building a Calendar with LESS CSS, Font Awesome, and Moment](https://www.codementor.io/angularjs/tutorial/angularjs-calendar-directives-less-cess-moment-font-awesome) |
8 |
| -* Part 2 – [Flipping Tiles with CSS3 Animations and AngularJS](https://www.codementor.io/angularjs/tutorial/animated-flip-tiles-css3-angularjs) |
9 |
| -* Part 3 – [How to Make a Sliding Menu with Directives](https://www.codementor.io/angularjs/tutorial/making-a-sliding-menu-with-directives-less-css) |
10 |
| -* Part 4 – [Creating a Focus Text Box Control With Fancy Feedback][] |
11 |
| -* Part 5 – [Creating a Dropdown Control For Your Site][create] |
12 |
| -* [6 AngularJS Tips for Beginners: Scope, Directives, Localization, $postDigest, and Controllers](https://www.codementor.io/angularjs/tutorial/6-angularjs-tips-scope-directives-localization-postdigest-controllers) |
| 11 | + - Part 1 – [Building a Calendar with LESS CSS, Font Awesome, and Moment](https://www.codementor.io/angularjs/tutorial/angularjs-calendar-directives-less-cess-moment-font-awesome) |
| 12 | + - Part 2 – [Flipping Tiles with CSS3 Animations and AngularJS](https://www.codementor.io/angularjs/tutorial/animated-flip-tiles-css3-angularjs) |
| 13 | + - Part 3 – [How to Make a Sliding Menu with Directives](https://www.codementor.io/angularjs/tutorial/making-a-sliding-menu-with-directives-less-css) |
| 14 | + - Part 4 – [Creating a Focus Text Box Control With Fancy Feedback][] |
| 15 | + - Part 5 – [Creating a Dropdown Control For Your Site][create] |
| 16 | + |
| 17 | +### General Topics for Beginners: |
| 18 | + - [6 AngularJS Tips for Beginners: Scope, Directives, Localization, $postDigest, and Controllers](https://www.codementor.io/angularjs/tutorial/6-angularjs-tips-scope-directives-localization-postdigest-controllers) |
| 19 | + - [AngularJS Tutorial: Understanding How Directives Work](https://www.codementor.io/angularjs/tutorial/how-angular-directive-scope-work) |
| 20 | + - [Using AngularJS to sort a Firebase Database Full of Objects](https://www.codementor.io/angularjs/tutorial/firebase-angular-sort-objects) |
| 21 | + - [Angular/Node - Building a Command Line Tool to Generate Projects](https://www.codementor.io/angularjs/tutorial/angular-node-building-a-command-line-tool-to-generate-projects) |
| 22 | + |
| 23 | +## Videos: |
| 24 | + - [AngularJS Office Hours with AngularUI Founder: Best Practices, UI-Router, and ORM](https://www.codementor.io/angularjs/tutorial/angularjs-best-practices-ui-router-orm) |
| 25 | + |
| 26 | +## Online Help: |
| 27 | + - [1:1 AngularJS Help from Proven Experts](https://www.codementor.io/angularjs-experts) |
| 28 | + |
| 29 | +## Tips: |
| 30 | + - [AngularJS text formatting "on fly" example ](https://www.codementor.io/tips/3731824334/angularjs-text-formatting-on-fly-example) |
| 31 | + - [Code example of using AngularJS $http service](https://www.codementor.io/tips/3815274433/code-example-of-using-angularjs-http-service) |
| 32 | + - [How to use Querystring with $location.path() in AngularJS](https://www.codementor.io/tips/9133438272/how-to-use-querystring-with-location-path-in-angularjs) |
| 33 | + - [Angularjs getting data from a url](https://www.codementor.io/tips/2412383713/angularjs-getting-data-from-a-url) |
| 34 | + - [Service vs provider vs factory?](https://www.codementor.io/tips/8333241789/service-vs-provider-vs-factory) |
| 35 | + - [Pressing 'Enter' executes Cancel button instead of Submit](https://www.codementor.io/tips/8122473135/pressing-enter-executes-cancel-button-instead-of-submit) |
| 36 | + - [AngularJS - ng-show with scope variable not working](https://www.codementor.io/tips/1815274633/angularjs-ng-show-with-scope-variable-not-working) |
| 37 | + - [Learn AngularJS TDD without the Magic](https://www.codementor.io/tips/7823420131/learn-angularjs-tdd-without-the-magic) |
| 38 | + - [AngularJS Custom Filter by Tags](https://www.codementor.io/tips/8162473131/angularjs-custom-filter-by-tags) |
| 39 | + - [AngularJS - Value attribute on an input text box is ignored when there is a ng-model used?](https://www.codementor.io/tips/3712934848/angularjs-value-attribute-on-an-input-text-box-is-ignored-when-there-is-a-ng-model-used) |
| 40 | + - [How to evaluate an expression after an AngularJS controller has rendered?](https://www.codementor.io/tips/7214283378/how-to-evaluate-an-expression-after-an-angularjs-controller-has-rendered) |
| 41 | + - [Don't pass $scope into your services, it could brake your code one day.](https://www.codementor.io/tips/7914213378/don-t-pass-scope-into-your-services-it-could-brake-your-code-one-day) |
| 42 | + |
13 | 43 |
|
14 | 44 | [Creating a Focus Text Box Control With Fancy Feedback]: https://www.codementor.io/angularjs/tutorial/focus-text-box-control-feedback-input-less-css
|
15 | 45 | [create]: https://www.codementor.io/angularjs/tutorial/create-dropdown-control
|
0 commit comments