A directive to highlight words and sentences into <textarea> and <input>. It is based on jquery-highlighttextarea
- Install the module with bower.
$ bower install angular-highlight-textarea --save
- Include the module in your own app.
angular.module('myApp', ['angularHighlightTextarea'])
- Use the directive on any page of your app.
<textarea fb-highlight fb-option="option"></textarea>
It uses the options of the jquery-highlighttextarea. See