az-highlight-search-sorter-match
Status:
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