Question:What is data binding in AngularJS? 

Answer AngularJS data-binding is the most useful feature which saves you from writing boilerplate code (i.e. the sections of code which is included in many places with little or no alteration). Now, developers are not responsible for manually manipulating the DOM elements and attributes to reflect model changes. AngularJS provides two-way data-binding to handle the synchronization of data between model and view. 

+ Report
Total Preview: 742
What is data binding in AngularJS?
Copyright © 2024. Powered by Intellect Software Ltd