diff --git a/ionic/components/scroll/scroll.ts b/ionic/components/scroll/scroll.ts index a6bcc1ae6d..65a26740d0 100644 --- a/ionic/components/scroll/scroll.ts +++ b/ionic/components/scroll/scroll.ts @@ -27,6 +27,7 @@ import * as util from 'ionic/util'; *@property {boolean} [scroll-y] - whether to enable scrolling along the Y axis *@property {boolean} [zoom] - whether to enable zooming *@property {number} [max-zoom] - set the max zoom amount for ion-scroll + * @demo /docs/v2/demos/scroll/ */ @Component({ selector: 'ion-scroll',