mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionicTouch): use ionic.tapElement
This commit is contained in:
2
dist/js/ionic-angular.js
vendored
2
dist/js/ionic-angular.js
vendored
@@ -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.
|
||||
|
||||
4
dist/js/ionic-angular.min.js
vendored
4
dist/js/ionic-angular.min.js
vendored
File diff suppressed because one or more lines are too long
6
dist/js/ionic.min.js
vendored
6
dist/js/ionic.min.js
vendored
File diff suppressed because one or more lines are too long
2
js/ext/angular/src/directive/ionicTouch.js
vendored
2
js/ext/angular/src/directive/ionicTouch.js
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user