docs(slides): include pager option in Slides API docs

references #5508
This commit is contained in:
Brandy Carney
2016-04-20 15:14:44 -04:00
parent 9412a7c7f6
commit d5daaf539a

View File

@ -44,6 +44,7 @@ import {Scroll} from '../scroll/scroll';
* | direction | `string` | 'horizontal' | Swipe direction: 'horizontal' or 'vertical'. | * | direction | `string` | 'horizontal' | Swipe direction: 'horizontal' or 'vertical'. |
* | initialSlide | `number` | 0 | Index number of initial slide | * | initialSlide | `number` | 0 | Index number of initial slide |
* | loop | `boolean` | false | Whether to continuously loop from the last slide to the first 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). | * | speed | `number` | 300 | Duration of transition between slides (in ms). |
* *
* See [Usage](#usage) below for more information on configuring slides. * See [Usage](#usage) below for more information on configuring slides.