ignore that

This commit is contained in:
Max Lynch
2013-12-18 20:40:26 -06:00
parent 5d5b5b95a5
commit 25c7ec8156
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ angular.module('ionic.ui.service.scrollDelegate', [])
/**
* Register a scope for scroll event handling.
* $scope {Scope} the scope to register and listen for events
e */
*/
register: function($scope, $element) {
$element.bind('scroll', function(e) {
$scope.onScroll({

View File

@@ -26,7 +26,7 @@ angular.module('ionic.ui.service.scrollDelegate', [])
/**
* Register a scope for scroll event handling.
* $scope {Scope} the scope to register and listen for events
e */
*/
register: function($scope, $element) {
$element.bind('scroll', function(e) {
$scope.onScroll({