Data Binding

One of the best features of AngularJS is the built-in data binding. Data binding is the process of linking data from the model with what is displayed in a webpage. AngularJS provides a very clean interface to link the model data to elements in a webpage.

In AngularJS data binding is a two-way process: When data is changed on a webpage the model is updated, and when data is changed in the model the webpage is automatically updated. This way, the model is always the only source for data represented to the user, and the view is just a projection of the model.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.148.144.139