Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-highlight-text prevents model updates #3550

Closed
elincognito opened this issue Jul 2, 2015 · 0 comments
Closed

md-highlight-text prevents model updates #3550

elincognito opened this issue Jul 2, 2015 · 0 comments

Comments

@elincognito
Copy link

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

@ThomasBurleson ThomasBurleson modified the milestone: Backlog Jul 6, 2015
@Splaktar Splaktar removed this from the - Backlog milestone Feb 23, 2019
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

4 participants