AngularJS Data-binding

Topics 

  • Two-way data-binding 
  • Data-binding internals 
  • ngModelOptions

Two-way Data-binding

What is (Two-way) Data-binding? 

  • Data-binding in Angular apps is the automatic synchronization of data between the model and view components 
    • Lets you treat the model as the single-source-of-truth in your application
    • The view is a projection of the model at all times 
    • When the model changes, the view reflects the change

 

Download course content