Skip to content

peterorum/angular-flickr-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-flickr-carousel

A directive for creating an angular-ui carousel with photos from flickr.

###Dependency

  • angularjs
  • angular-ui
  • bootstrap.css

###Usage

Include the 'flickr-carousel' module and carousel templates.

<script type="text/javascript" src="../src/flickr-carousel.js"></script>

Set module dependencies and initialize an ng-app.

var app = angular.module("demoApp", ["ui.bootstrap.carousel", "flickr.carousel"]);

angular.bootstrap(document, [app.name]);

#####Include the directive as an attribute in an element:

<div flickr-carousel src="photos_public.gne?id=92505062@N04" interval="8000"></div>

###Demo

Clone this project.

git clone git@github.com:peterorum/angular-flickr-carousel.git

View demo/index.html

About

A directive for creating an angular-ui carousel with photos from flickr.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published