az-highlight-search-sorter-match

1.0.0 • Public • Published

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

/az-highlight-search-sorter-match/

    Package Sidebar

    Install

    npm i az-highlight-search-sorter-match

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • kentcdodds
    • themcmurder