Angular directive for FancyBox-Plus, the jQuery lightbox and modal window plugin.
npm install angular-fancybox-plusAngular FancyBox Plus
================================
Angular FancyBox Plus is directive for the lightweight customizable lightbox FancyBox plus plugin.
bash
bower install angular-fancybox-plus
`
Via npm:
`bash
npm install angular-fancybox-plus
`
In a browser:
`html
`
Getting Started
Include the FancyBoxPlus plug-in and the directive on a page.
Basic via attribute
`html
`
Options via attribute
`html
`
Basic via tag
`html
`
Options via tag
`html
``