mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Update ionicGesture.js
'Off' method name for docs
This commit is contained in:
2
js/ext/angular/src/service/ionicGesture.js
vendored
2
js/ext/angular/src/service/ionicGesture.js
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user