AngularJS framework is used for making dynamics views in web applications.It makes the front end of web applications more expressive & readable.For more information you can visit AngularJS website.
You can also learn some basics from this site AngularJS Tutorial
In this post i m going to guide you about creating basic applications using AngularJS , which will help in understanding small details more clearly. Then we will create a little big application which involves server side code too.
First some basics
AngularJS is MVC framework for front end of web applications.
Data = Models
Web page = Views
Navigation = Controllers
You can also learn some basics from this site AngularJS Tutorial
In this post i m going to guide you about creating basic applications using AngularJS , which will help in understanding small details more clearly. Then we will create a little big application which involves server side code too.
First some basics
AngularJS is MVC framework for front end of web applications.
Data = Models
Web page = Views
Navigation = Controllers