Hi Angular UI folks! If you do not mind, I heard `ng-bind-html-unsafe` no
longer exists in newer versions of Angular, therefore implementing the
example:
```
<label><input type="checkbox" ng-model="caseSensitive"> Case
Sensitive?</label>
<input placeholder="Enter some text to highlight" value="you"
ng-model="highlightText">
<p ng-bind-html-unsafe="'Hello there, how are you today? I\'m fine thank
you.' | highlight:highlightText:caseSensitive"></p>

<style>
.ui-match { background: yellow; }
</style>
```
seems confusing.
So I ask humbly, can you provide a way to use the **Highlight** for the
newer versions

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to