From 9ed2b002013fd0f0cd3a04fac6da05de95a3666d Mon Sep 17 00:00:00 2001 From: Jeremy Wilken Date: Sat, 20 Sep 2014 19:26:09 -0500 Subject: [PATCH] Fix incorrect use of title in docs for ionNavView The `title` attribute is no longer evaluated, and should just be a simple string value. It is correct in the ionView docs, but not here. --- js/angular/directive/navView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/navView.js b/js/angular/directive/navView.js index c40a4c9560..6ae51e847d 100644 --- a/js/angular/directive/navView.js +++ b/js/angular/directive/navView.js @@ -74,7 +74,7 @@ IonicModule.constant('$ionicNavViewConfig', { * ```html *