AngularJS How to tutorials
Start here
AngularJS
How to Tips & Tricks
Angular JS is a client side JavaScript framework created by Google to add interactivity in HTML pages. It supports MVC (Model View Controller) style of application design.
Model – contains the data that represents the current state of the application.
Views – it displays the data
Controller – it manages the relationship between the model and the view.
Visit the official website of AngularJS is https://angularjs.org/ to download latest version of AngularJS file.
Stay tuned, more "How to's" are coming soon ...