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 Sep 5, 2024. It is now read-only.
If we have in our view something like <h3 md-highlight-text="query">{{item.what}}</h3>
then in our controller changing item.what value won't cause the view to update
see: http://codepen.io/anon/pen/VLQrYR i believe this has to due with the fact that
quoting the doc "Highlighted text will be wrapped in " , would it be possible to watch for changes and update the wrapped span properly ?
In my use case i allow searching and editing by searching i filter items and highlight the properties that match the search, but in that case i cannot edit them because of this limitation
The text was updated successfully, but these errors were encountered:
If we have in our view something like
<h3 md-highlight-text="query">{{item.what}}</h3>
then in our controller changing
item.what
value won't cause the view to updatesee: http://codepen.io/anon/pen/VLQrYR i believe this has to due with the fact that
quoting the doc "Highlighted text will be wrapped in " , would it be possible to watch for changes and update the wrapped span properly ?
In my use case i allow searching and editing by searching i filter items and highlight the properties that match the search, but in that case i cannot edit them because of this limitation
The text was updated successfully, but these errors were encountered: