docs(ionScrollController): fix typo (s/scroll/scrollTo)

This commit is contained in:
Andy Joslin
2014-03-25 07:46:05 -06:00
parent 17416d7a07
commit dd13e986d1

View File

@@ -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.