Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Angular expressions inside tabs content #465

Closed
jonchay opened this issue May 23, 2013 · 2 comments
Closed

Angular expressions inside tabs content #465

jonchay opened this issue May 23, 2013 · 2 comments

Comments

@jonchay
Copy link

jonchay commented May 23, 2013

Hey there, is there a way to ask AngularJS to reevaluate angular expressions inside the tabs content?

http://plnkr.co/edit/JW4F3KBUeDZJM4JeEIR2?p=preview

@pkozlowski-opensource
Copy link
Member

@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.

@jonchay
Copy link
Author

jonchay commented May 24, 2013

Thanks for the clarification!

codedogfish pushed a commit to codedogfish/angular-ui-bootstrap that referenced this issue Sep 15, 2015
supports Angular 1.3's $touched attribute on close
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants