From 26cff585a1088683974356640980b698d33c353e Mon Sep 17 00:00:00 2001 From: darkbaby123 Date: Sun, 27 Jul 2014 15:39:06 +0800 Subject: [PATCH] Fix ion-nav-back-button document The html code in "custom click action" example should call "goBack" method, not "doSomethingCool". --- js/angular/directive/navBackButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/navBackButton.js b/js/angular/directive/navBackButton.js index 8c35a97b52..d97aa78bbf 100644 --- a/js/angular/directive/navBackButton.js +++ b/js/angular/directive/navBackButton.js @@ -29,7 +29,7 @@ * ```html * * + * ng-click="goBack()"> * Back * *