Total Pageviews

17 February 2016

Components of AngularJS

 AngularJS Components
  1. The AngularJS framework can be divided into following three major parts −
  2.    ng-app − This directive defines and links an AngularJS application to HTML.
  3.    ng-model − This directive binds the values of AngularJS application data to HTML input controls.
  4.      ng-bind − This directive binds the AngularJS Application data to HTML tags.
  5. Model View Controller or MVC as it is popularly called, is a software design pattern for developing web applications. A Model View Controller pattern is made up of the following three parts −
  6.         Model − It is the lowest level of the pattern responsible for maintaining data.
  7.       View − It is responsible for displaying all or a portion of the data to the user.
  8.     Controller − It is a software Code that controls the interactions between the Model and View.

No comments:

Post a Comment

Contact Form

Name

Email *

Message *