From d5daaf539a22a6974db1c823df977b4fa5aea01a Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 20 Apr 2016 15:14:44 -0400 Subject: [PATCH] docs(slides): include pager option in Slides API docs references #5508 --- ionic/components/slides/slides.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/slides/slides.ts b/ionic/components/slides/slides.ts index 94ec7a67a4..aaa73e19eb 100644 --- a/ionic/components/slides/slides.ts +++ b/ionic/components/slides/slides.ts @@ -44,6 +44,7 @@ import {Scroll} from '../scroll/scroll'; * | direction | `string` | 'horizontal' | Swipe direction: 'horizontal' or 'vertical'. | * | initialSlide | `number` | 0 | Index number of initial slide | * | loop | `boolean` | false | Whether to continuously loop from the last slide to the first slide. | + * | pager | `boolean` | false | Show the pagination bullets. | * | speed | `number` | 300 | Duration of transition between slides (in ms). | * * See [Usage](#usage) below for more information on configuring slides.