summaryrefslogtreecommitdiff
path: root/www/lib/angular-carousel/README.md
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 12:32:47 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 12:32:47 -0400
commit7c385a7877aa4b0163dda6206f656846db2cf039 (patch)
tree0dd09ef3261f0eca43cda22d27ab3a431ad1cd2f /www/lib/angular-carousel/README.md
parenta0b74399c4f1a7754029e1fd7f4be3b20836404a (diff)
iOS9 fixes (which includes ionic updates to 1.1.0)
Diffstat (limited to 'www/lib/angular-carousel/README.md')
-rw-r--r--www/lib/angular-carousel/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lib/angular-carousel/README.md b/www/lib/angular-carousel/README.md
index a50acbc9..96e834e8 100644
--- a/www/lib/angular-carousel/README.md
+++ b/www/lib/angular-carousel/README.md
@@ -52,7 +52,8 @@ angular.module('MyApp', ['angular-carousel']);
- `rn-carousel-deep-watch`: Deep watch the collection which enable to dynamically add slides at beginning without corrupting position
- `rn-carousel-easing`: add this attritube to specify a formula for easing, these can be found in the [shifty
library](https://github.com/jeremyckahn/shifty/blob/master/src/shifty.formulas.js) (default=easeIn)
- - `rn-carousel-duration`: add this attritube to set the duration of the transition (default=300)
+ - `rn-carousel-duration`: add this attribute to set the duration of the transition (default=300)
+ - `rn-carousel-controls-allow-loop`: add this attribute to allow looping through slides from prev/next controls
## Indicators