This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Angular 1.2: Using "terminal" on a directive breaks the interpolation on attrs.$observe #4525
Closed
Description
Here's an example using Angular 1.2 RC3:
http://plnkr.co/edit/LMF2YuJW1Opj9gS3wv63?p=preview
If you open the JS console you can see what the observed value is. It's uninterpolated with its curly braces still intact.
Here's the same code running on Angular 1.0.8 that works correctly:
http://plnkr.co/edit/E0vINw7Pyjk0G2I1UwBI?p=preview