Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82dca6a

Browse files
committedApr 22, 2015
fix(backButton): remove $event
1 parent e8ecfe9 commit 82dca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/angular/directive/navBackButton.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ IonicModule
6868
}
6969

7070
if (!tAttrs.ngClick) {
71-
buttonEle.setAttribute('ng-click', '$ionicGoBack($event)');
71+
buttonEle.setAttribute('ng-click', '$ionicGoBack()');
7272
}
7373

7474
buttonEle.className = 'button back-button hide buttons ' + (tElement.attr('class') || '');

0 commit comments

Comments
 (0)
Please sign in to comment.