docs(scroll): Fix typo

This commit is contained in:
Adam Bradley
2014-04-03 09:20:43 -05:00
parent 447dd39683
commit 43ad2271d8

View File

@@ -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',