Skip to content

Commit

Permalink
docs(navBackButton): clarify custom back button action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jul 11, 2014
1 parent 79fb1e4 commit 3dea57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/navBackButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* ```html
* <ion-nav-bar ng-controller="MyCtrl">
* <ion-nav-back-button class="button-clear"
* ng-click="canGoBack && goBack()">
* ng-click="doSomethingCool()">
* <i class="ion-arrow-left-c"></i> Back
* </ion-nav-back-button>
* </ion-nav-bar>
Expand Down

0 comments on commit 3dea57d

Please sign in to comment.