• support@answerspoint.com

Databinding in AngularJS

1554

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        
       
  • asked 8 years ago
  • viewed 1554 times
  • active 8 years ago

Best Rated Questions