Manoj Kalla
What is 2 way data binding in Angular Js?
By Manoj Kalla in .NET on Oct 04 2017
  • San
    Jan, 2018 5

    In two way data binding data flows from "Scope/Controller" to "View/Markup" and vice varsa. in Scope data gets propagated to view and data modification propagated immediately and reflected in view. In view data gets propagated to scope and data modification propagated immediately and reflected in scope. usually performed through "ng-nodel"

    • 1
  • Suresh Kumar
    Nov, 2017 8

    Two-way data binding combines the property and event binding into a single notation using the ngModel directive.We can achieve it by using following wayEx : What this is doing behind the scenes is equivalent to -Ex :

    • 1
  • Niraj Sharma
    Nov, 2017 3

    ngmodel and interpolation

    • 0
  • Manoj Kalla
    Oct, 2017 4

    Update Model when View get change and vice versa. Synchronization between the model and the view.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS