mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #2440 from MyBoon/patch-1
docs(): update doc for gesture 'on' function
This commit is contained in:
1
js/angular/service/gesture.js
vendored
1
js/angular/service/gesture.js
vendored
@@ -16,6 +16,7 @@ IonicModule
|
||||
* @param {function(e)} callback The function to call when the gesture
|
||||
* happens.
|
||||
* @param {element} $element The angular element to listen for the event on.
|
||||
* @param {object} options object.
|
||||
* @returns {ionic.Gesture} The gesture object (use this to remove the gesture later on).
|
||||
*/
|
||||
on: function(eventType, cb, $element, options) {
|
||||
|
||||
Reference in New Issue
Block a user