Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scniro/ng-highlight

A small AngularJS directive to pair highlighting with filtering
https://github.com/scniro/ng-highlight

Last synced: about 1 month ago
JSON representation

A small AngularJS directive to pair highlighting with filtering

Awesome Lists containing this project

README

        

# ngHighlight
A small AngularJS directive to pair highlighting with filtering

- [demo/api](http://ng-highlight.azurewebsites.net/)

# Getting Started

```
bower install ng-highlight
```

* Include the `ngHighlight` module as a dependency in your AngularJS application

```javascript
angular.module('app', ['ngHighlight'])
```