Skip to content

Commit

Permalink
Merge pull request #1864 from darkbaby123/patch-1
Browse files Browse the repository at this point in the history
Fix ion-nav-back-button document
  • Loading branch information
mhartington committed Jul 28, 2014
2 parents 5554302 + 26cff58 commit 9088462
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="doSomethingCool()">
* ng-click="goBack()">
* <i class="ion-arrow-left-c"></i> Back
* </ion-nav-back-button>
* </ion-nav-bar>
Expand Down

0 comments on commit 9088462

Please sign in to comment.