Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 746 Bytes

README.md

File metadata and controls

53 lines (38 loc) · 746 Bytes

Angular omnibox

Omnibox searchbar for angular

example

Prerequisites

Installing

Get module:

npm install --save angular-omnibox

Example

build

npm install
npm run example

run

open example/index.html in browser

code

see examples

Running the tests

Unit tests:

npm run units

Lesshint tests:

npm run lesshint

CS tests:

npm run cs

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details