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