You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I have test directive which accepts interpolated value:
<select ng-options="item for item in items" ng-model="selectedItem" test="hello {{selectedItem}}"></select>
test directive uses attrs.$observe to watch for changes of interpolated value. After upgrade to 1.2.0-rc.3 this no longer works (I get non-interpolated value). In 1.2.0-rc.2 it works ok.
I have
test
directive which accepts interpolated value:test
directive usesattrs.$observe
to watch for changes of interpolated value. After upgrade to 1.2.0-rc.3 this no longer works (I get non-interpolated value). In 1.2.0-rc.2 it works ok.Demo: [http://plnkr.co/edit/UIzTuZJPkvW6umPJ4S22?p=preview]
The text was updated successfully, but these errors were encountered: