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.
I noticed this with a table in our application where, when you click on a table header, a term in the outside scope is supposed to be changed (to change the sorting of the table).
This behavior was broken due to the addition of tooltips, which create a new scope on the table headers, which isolate the term.
My expected behavior in the example above would be that all instances of {{predicate}} are identical, but the elements, which have tooltips applied to them, don't share the same term.
The text was updated successfully, but these errors were encountered:
Yes, we are actively working towards removal of the child scope, there is already an issue opened for this (#1269) and a PR ready.
Closing as a duplicate of #1269.
I noticed this with a table in our application where, when you click on a table header, a term in the outside scope is supposed to be changed (to change the sorting of the table).
This behavior was broken due to the addition of tooltips, which create a new scope on the table headers, which isolate the term.
I created an example of this here: http://plnkr.co/edit/sFMuF1SWeIFCLJjufJPR?p=preview
My expected behavior in the example above would be that all instances of
{{predicate}}
are identical, but the elements, which have tooltips applied to them, don't share the same term.The text was updated successfully, but these errors were encountered: