From 491d68bbb95205f1ee8ec5419d2400b85452168f Mon Sep 17 00:00:00 2001 From: Marcelo Lazaroni Date: Mon, 21 Sep 2015 16:12:53 +0100 Subject: [PATCH] Add missing "if" The sentence on line 51 was missing the word "if". --- 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 3d84bc87482..10329ee930e 100644 --- a/js/angular/directive/navView.js +++ b/js/angular/directive/navView.js @@ -48,7 +48,7 @@ * }); * }); * ``` - * Then on app start, $stateProvider will look at the url, see it matches the index state, + * Then on app start, $stateProvider will look at the url, see if it matches the index state, * and then try to load home.html into the ``. * * Pages are loaded by the URLs given. One simple way to create templates in Angular is to put