Friday, August 1, 2014

What is AngularJS

AngularJS is Javascript framework developed by Google.

Add the AngularJS libraries to your web page by adding the following

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.17/angular.min.js"></script>

Use directives to like ng-model dynamically display the content.

Advantages: 2 way data binding and huge directives for DOM manipulation.It follows MVC design pattern.