https://github.com/izifortune/angular-fluidbox
Angular directive wrapping fluidbox
https://github.com/izifortune/angular-fluidbox
Last synced: 3 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T20:35:08.000Z (about 9 years ago)
- Last Synced: 2025-04-02T17:47:11.371Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- 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?