mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(ionScrollController): fix typo (s/scroll/scrollTo)
This commit is contained in:
@@ -80,7 +80,7 @@ angular.module('ionic.ui.scroll')
|
||||
'scrollBottom',
|
||||
/**
|
||||
* @ngdoc method
|
||||
* @name $ionicScrollDelegate#scroll
|
||||
* @name $ionicScrollDelegate#scrollTo
|
||||
* @param {number} left The x-value to scroll to.
|
||||
* @param {number} top The y-value to scroll to.
|
||||
* @param {boolean=} shouldAnimate Whether the scroll should animate.
|
||||
|
||||
Reference in New Issue
Block a user