From c06f668e87eaa3f3a007c0b8093c7c129cbd2bef Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Mon, 15 Dec 2014 14:48:21 -0600 Subject: [PATCH] docs(navView): correct markdown formatting --- 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 4ba14c48d1..8eab0eb170 100644 --- a/js/angular/directive/navView.js +++ b/js/angular/directive/navView.js @@ -70,7 +70,7 @@ * This is good to do because the template will be cached for very fast loading, instead of * having to fetch them from the network. * - ## Caching + * ## Caching * * By default, views are cached to improve performance. When a view is navigated away from, its * element is left in the DOM, and its scope is disconnected from the `$watch` cycle. When