Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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?