update doc for on function

The on function can take a 4th parameter : options
This commit is contained in:
Romain Sylvian
2014-10-24 21:52:12 -07:00
parent 8fae474252
commit 43bb7f6612

View File

@@ -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) {