Thursday, 28 April 2016

Angularjs

Angularjs

AngularJS is a JavaScript framework for dynamic web application. It is a powerful library of JavaScript It can be added to an HTML page with a <script> tag. AngularJS, is an open-source web application framework which is maintained by Google and a community of individual developers.

Angularjs Born

AngularJS is quite new Technology its first version 1.0 was released in 2012. It is developed by Misko Hevery, a Google employee, he started to work on AngularJS in 2009. The idea turned out very good, and now Angularjs is available for every one.

 
AngularJS Directives

The AngularJS framework can be divided into three major parts;

  • ng-app : The ng-app directive initializes an AngularJS application.
  • ng-model : ng-model directive binds the value of HTML controls (input, select, textarea) to application data.
  • ng-bind : ng-bind directive binds the AngularJS application data to HTML tags.