Merge pull request #1029 from markwtaylor/patch-1

Update ionicGesture.js
This commit is contained in:
Adam Bradley
2014-04-02 15:52:00 -05:00

View File

@@ -23,7 +23,7 @@ angular.module('ionic.service.gesture', [])
},
/**
* @ngdoc method
* @name $ionicGesture#on
* @name $ionicGesture#off
* @description Remove an event listener for a gesture on an element. See {@link ionic.utility:ionic.EventController#offGesture}.
* @param {string} eventType The gesture event to remove the listener for.
* @param {function(e)} callback The listener to remove.