Skip to content

pmsipilot/angular-omnibox

Repository files navigation

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