fix(ionicTouch): use ionic.tapElement

This commit is contained in:
Adam Bradley
2014-02-04 13:07:19 -06:00
parent 24c12c0c10
commit ed848dde90
4 changed files with 7 additions and 7 deletions

View File

@@ -2616,7 +2616,7 @@ angular.module('ionic.ui.touch', [])
function onTap(e) {
// wire this up to Ionic's tap/click simulation
ionic.clickElement(e.target, e);
ionic.tapElement(e.target, e);
}
// Actual linking function.

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@ angular.module('ionic.ui.touch', [])
function onTap(e) {
// wire this up to Ionic's tap/click simulation
ionic.clickElement(e.target, e);
ionic.tapElement(e.target, e);
}
// Actual linking function.