mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(content): mention has-bouncing attribute. Closes #1737
This commit is contained in:
2
js/angular/directive/content.js
vendored
2
js/angular/directive/content.js
vendored
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user