mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ignore that
This commit is contained in:
2
dist/js/ionic-angular.js
vendored
2
dist/js/ionic-angular.js
vendored
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user