@tlt/infinite-gallery-angular
v0.3.0
Published
Exposing @tlt/infinite-gallery as angular directive
Downloads
2
Maintainers
Readme
infinite-gallery-angular
Exposing infinite-gallery as angular directive
Usage
To use the component, essentially add a <div tlt-infinite-gallery image-provider="xxx" fetch-ahead="xxx" column-width="xxx" min-image-width-height-to-display-it="xxx">
-tag to your angular-compiled HTML. For details on the values for the tag-attributes see the README for infinite-gallery
See demo for demonstrations of using the componenet
This component also comes as a "raw" (none-angular) component
Bower
- Dependency: tlt.infinite-gallery-angular
- Use
bower info tlt.infinite-gallery-angular
to list available versions
NPM
- Dependency: @tlt/infinite-gallery-angular
- Use
npm view @tlt/infinite-gallery-angular
to list available versions
Note the npm releases currently do not work
Meteor
- See atmospherejs.com