1.0.0 • Published 9 years ago

az-highlight-search-sorter-match v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

az-highlight-search-sorter-match

Status: npm version npm downloads Build Status Code Coverage

az-highlight-search-sorter-match interfaces with az-search-sorter to identify matches in a search and return a highlighted version of the search text.

Demo

Installation

npm install -S az-search-sorter az-highlight-search-sorter-match

Usage:

Depend on the module

angular.module('yourModule', ['azHighlightSearchSorterMatch']);

Use it

<input ng-model="highlight" />
<div ng-bind-html="'Hello World' | highlightSearchSorterMatch:highlight"></div>

LICENSE

MIT

Code of Conduct

Contributor Covenant