From a2fe834a61aa75ee9b569d07c378681f26a9f5f9 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Mon, 7 Jul 2014 15:30:51 -0500 Subject: [PATCH] docs(content): mention has-bouncing attribute. Closes #1737 --- js/angular/directive/content.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/angular/directive/content.js b/js/angular/directive/content.js index 8044408874..b13044554f 100644 --- a/js/angular/directive/content.js +++ b/js/angular/directive/content.js @@ -36,6 +36,8 @@ * of the content. Defaults to true on iOS, false on Android. * @param {expression=} on-scroll Expression to evaluate when the content is scrolled. * @param {expression=} on-scroll-complete Expression to evaluate when a scroll action completes. + * @param {boolean=} has-bouncing Whether to allow scrolling to bounce past the edges + * of the content. Defaults to true on iOS, false on Android. */ IonicModule .directive('ionContent', [