Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/omnibox.js
omnibox stuff for lizard-nxt
https://github.com/nens/omnibox.js
Last synced: 4 days ago
JSON representation
omnibox stuff for lizard-nxt
- Host: GitHub
- URL: https://github.com/nens/omnibox.js
- Owner: nens
- License: gpl-3.0
- Created: 2013-10-01T09:13:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T10:09:11.000Z (over 10 years ago)
- Last Synced: 2024-04-12T01:12:29.295Z (7 months ago)
- Language: CSS
- Size: 693 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
omnibox
=======omnibox stuff for lizard-nxt.
This directive dynamically loads templates from the service based on the type you feed it.In production the html is compiled to js with html2js using [grunt-html2js](https://github.com/karlgoldstein/grunt-html2js)
Usage
-----Add 'omnibox', to your app dependencies (in `bower.json`). In your AppCtrl scope change the `$scope.box.type` parameter to the type of box/template you want to open. The search template included in the repo is transcluded around the dynamically loaded template.
Development
-----------
If you want to add or break something or run the example:
* clone the repo
* install the dependencies with `bower install` in the cloned repo
* run a simple server like `python -m SimpleHTTPServer`
* break away