Skip to content

A directive to highlight words and sentences into <textarea> and <input>.

License

Notifications You must be signed in to change notification settings

trusta/angular-highlight-textarea

Repository files navigation

angular-highlight-textarea

A directive to highlight words and sentences into <textarea> and <input>. It is based on jquery-highlighttextarea

Usage

  1. Install the module with bower.
$ bower install angular-highlight-textarea --save
  1. Include the module in your own app.
angular.module('myApp', ['angularHighlightTextarea'])
  1. Use the directive on any page of your app.
<textarea fb-highlight fb-option="option"></textarea>

Option

It uses the options of the jquery-highlighttextarea. See

About

A directive to highlight words and sentences into <textarea> and <input>.

Resources

License

Stars

Watchers

Forks

Packages

No packages published