https://github.com/pmsipilot/angular-omnibox
https://github.com/pmsipilot/angular-omnibox
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmsipilot/angular-omnibox
- Owner: pmsipilot
- License: mit
- Created: 2018-11-05T10:08:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T08:26:12.000Z (about 1 year ago)
- Last Synced: 2025-02-17T08:05:03.738Z (4 months ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular omnibox
Omnibox searchbar for angular

## Prerequisites
* AngularJS 1.5+
* [Font Awesome](https://fontawesome.com/)## Installing
Get module:
```
npm install --save angular-omnibox
```## Example
### build
```
npm install
npm run example
```
### run
open [example/index.html](example/index.html) in browser### code
see [examples](example/example.js)## Running the tests
Unit tests:
```
npm run units
```Lesshint tests:
```
npm run lesshint
```CS tests:
```
npm run cs
```## Authors
* **Thomas Robert de Saint Vincent** -[*Groupe PSIH*](https://www.groupepsih.com/)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details