Skip to content

Commit

Permalink
docs(slides): include pager option in Slides API docs
Browse files Browse the repository at this point in the history
references #5508
  • Loading branch information
brandyscarney committed Apr 20, 2016
1 parent 9412a7c commit d5daaf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ionic/components/slides/slides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d5daaf5

Please sign in to comment.