Reputation: 999
How can I highlight a text based on some value entered into textbox .
For example , if there is label with text 'Hello' and the user types 'He' , then label becomes He llo
Upvotes: 0
Views: 98
Reputation: 42669
Angular UI has directive just for that
http://angular-ui.github.io/ui-utils/#/highlight
Upvotes: 2