mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -541,5 +541,8 @@ function tapTargetElement(ele) {
|
||||
}
|
||||
|
||||
ionic.DomUtil.ready(function(){
|
||||
ionic.tap.register(document);
|
||||
//do nothing for e2e tests
|
||||
if (!angular.scenario) {
|
||||
ionic.tap.register(document);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user