Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izifortune/angular-fluidbox
Angular directive wrapping fluidbox
https://github.com/izifortune/angular-fluidbox
Last synced: 17 days ago
JSON representation
Angular directive wrapping fluidbox
- Host: GitHub
- URL: https://github.com/izifortune/angular-fluidbox
- Owner: izifortune
- License: mit
- Created: 2014-07-11T15:03:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T20:35:08.000Z (over 8 years ago)
- Last Synced: 2024-10-25T19:09:17.614Z (20 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
angular-fluidbox
================Angular directive wrapping [fluidbox](https://github.com/terrymun/Fluidbox) library.
How to use it:
`npm install --save angular-fluidbox`
or
`bower install --save angular-fluidbox`
Make sure that jquery and fluidbox are pulled as dependencies.
Then you need to include the module `fluidbox` inside your module declaration.
Eg:```
angular.module('app', ['fluidbox']);
```Last step is to use the directive this way
The directive will observe on `ng-href` attributes by default
( if there are any )##TODO
* Service for closing, opening etc fluidbox instances
* Events broadcast?