Skip to content

Commit 9efe95e

Browse files
author
Adam Bradley
committed
fix double call on back button
1 parent 64d8fd2 commit 9efe95e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/js/ionic-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,7 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
26772677
tElement.addClass('hide');
26782678

26792679
return function link($scope, $element) {
2680-
$element.bind('tap', goBack);
2680+
$element.bind('click', goBack);
26812681

26822682
$scope.showButton = function(val) {
26832683
if(val) {

0 commit comments

Comments
 (0)