top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is data binding in AngularJS?

0 votes
255 views
What is data binding in AngularJS?
posted Oct 20, 2017 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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 twoway
data-binding to handle the synchronization of data between model and view

answer Oct 20, 2017 by Shivaranjini
...