Data-Binding
What is Data-Binding ?
● It is actually a process that bridges a connection between
the view and Application logic of the application.
● Automatic synchronization of data between the model and
view.
Types of Data-Binding
Why Data-Binding ?
To show dynamic changes in the view whenever data
changes.
How Data-Binding works ?
When the value will change, Angular will
call $digest() functions.
$digest() function will start the digest process.
Digest process ?
● It is responsible for walking through entire watch-list for modification
Any Questions ?
Thank you
K.Arunkuamar

Data-Binding in AngularJs

Editor's Notes

  • #7 http://plnkr.co/edit/OPmeTIHlh4rzzlzYpulA?p=preview