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 May 29, 2019. It is now read-only.
@jonchay it isn't specific to the <pane> directive - if you would try to use ng-bind for example, you would see the same result.
I don't know what is your use case but keeping markup / expressions in a model is not the best idea most of the time. Of course you might have legitimate reasons to do so and in this case your should either look at the $interpolate service (if you are only after parsing {{}} expressions) or the $compile service (if you would like to process other directives as well).
Closing for now as this is a general question about AngularJS and not something we could act upon in this project.
Hey there, is there a way to ask AngularJS to reevaluate angular expressions inside the tabs content?
http://plnkr.co/edit/JW4F3KBUeDZJM4JeEIR2?p=preview
The text was updated successfully, but these errors were encountered: