Files
angular.js/src
Vojta Jina cf2c49ed7f fix($compile): reference local in isolate scope
This was really corner case:
Watcher needs to return changed value, to notify that model might have changed and one more $digest cycle needs to be performed.

The watcher, that takes care of reference binding into an isolate scope ("="), did not return changed value, if the change was from the isolate scope to the parent.

If any other watcher returned change, it worked fine, as this change caused re-digest.

Closes #1272
2012-09-22 12:00:16 -07:00
..
2012-06-12 00:10:18 -07:00
2012-06-12 00:10:18 -07:00
2012-04-20 11:29:34 -07:00
2012-01-10 22:27:00 -08:00