From 7c385a7877aa4b0163dda6206f656846db2cf039 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 17 Sep 2015 12:32:47 -0400 Subject: iOS9 fixes (which includes ionic updates to 1.1.0) --- www/lib/angular-carousel/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/lib/angular-carousel/README.md') 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 -- cgit v1.2.3