mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(scroll): Fix typo
This commit is contained in:
2
js/ext/angular/src/directive/ionicScroll.js
vendored
2
js/ext/angular/src/directive/ionicScroll.js
vendored
@@ -20,7 +20,7 @@ angular.module('ionic.ui.scroll', [])
|
||||
* @param {expression=} on-refresh Called on pull-to-refresh, triggered by an {@link ionic.directive:ionRefresher}.
|
||||
* @param {expression=} on-scroll Called whenever the user scrolls.
|
||||
* @param {boolean=} scrollbar-x Whether to show the horizontal scrollbar. Default false.
|
||||
* @param {boolean=} scrollbar-x Whether to show the vertical scrollbar. Default true.
|
||||
* @param {boolean=} scrollbar-y Whether to show the vertical scrollbar. Default true.
|
||||
*/
|
||||
.directive('ionScroll', [
|
||||
'$timeout',
|
||||
|
||||
Reference in New Issue
Block a user