0.3.0 • Published 8 years ago

@tlt/infinite-gallery-angular v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 years ago

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