diff --git a/README.md b/README.md index 484cc91..c97107b 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,12 @@ You can add position indicators by adding this directive where you want : - angular-carousel use the great [shifty.js](https://github.com/jeremyckahn/shifty) for the animations ## Todo : - - disable autoslide on hover - delay autoslide on indicators click/move - customisable transitions - more transition types - infinite loop support -## Contributing +## Contributing - Please follow [AngularJS GIT conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#) - Please add tests - Please update the README and demo (index.html) diff --git a/bower.json b/bower.json index 3cd6d32..57b62fe 100644 --- a/bower.json +++ b/bower.json @@ -20,6 +20,7 @@ "angular-touch": ">=1.2.10" }, "devDependencies": { - "angular-mocks": ">=1.2.10" + "angular-mocks": ">=1.2.10", + "requirejs": ">=2.1.0" } } diff --git a/index.html b/index.html index 3776ae5..b201000 100644 --- a/index.html +++ b/index.html @@ -38,12 +38,12 @@

Buffered ngRepeat demo

-

buffered ngRepeat with auto-slide and builtin indicators

+

buffered ngRepeat with auto-slide(pause on hover) and builtin indicators