docs(slides): update slides docs (#9968)

Change the `pager` description.
Change the `paginationType` input type.
This commit is contained in:
Olivier Jacquemart
2017-01-11 22:28:34 +01:00
committed by Brandy Carney
parent d46b3e8e9f
commit 391cd70879

View File

@ -196,9 +196,7 @@ export class Slides extends Ion {
private _isLoop = false;
/**
* @input {boolean} String with type of pagination. Can be
* `bullets`, `fraction`, `progress`. Default does not have
* pagination set.
* @input {boolean} Whether or not to show the pager. Default: `false`.
*/
@Input()
get pager() {
@ -210,7 +208,7 @@ export class Slides extends Ion {
private _pager = false;
/**
* @input {boolean} String with type of pagination. Can be
* @input {string} String with type of pagination. Can be
* `bullets`, `fraction`, `progress`. Default: `bullets`.
* (Note that the pager will not show unless `pager` input
* is set to true).