Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scniro/ng-highlight
- Owner: scniro
- License: mit
- Created: 2015-08-21T19:25:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T14:26:54.000Z (almost 9 years ago)
- Last Synced: 2024-09-09T09:11:36.450Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'])
```