• support@answerspoint.in

Databinding in AngularJS

23
Advertisement

How does databinding work in the AngularJS framework?

I haven't found technical details on their site. It's more or less clear how it works when data is propagated from view to model. But how does AngularJS track changes of model properties without setters and getters? I found that there are JavaScript watchers that may do this work. But they are not supported in Internet Explorer 6 and Internet Explorer 7. So how does AngularJS know that I changed for example:

myobject.myproperty="new value";

and reflect this change on a view?

0Answer


Your Answer

    Facebook Share        
       
  • publish 10 years ago
  • viewed 23 times
  • active 10 years ago

Best Rated Questions