From 391cd70879f41b33e79d16c31f607d1e3c32b8fa Mon Sep 17 00:00:00 2001 From: Olivier Jacquemart Date: Wed, 11 Jan 2017 22:28:34 +0100 Subject: [PATCH] docs(slides): update slides docs (#9968) Change the `pager` description. Change the `paginationType` input type. --- src/components/slides/slides.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/slides/slides.ts b/src/components/slides/slides.ts index f1c209f66b..e4d6084ccb 100644 --- a/src/components/slides/slides.ts +++ b/src/components/slides/slides.ts @@ -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).