Skip to content

Commit

Permalink
Add missing "if"
Browse files Browse the repository at this point in the history
The sentence on line 51 was missing the word "if".
  • Loading branch information
lazamar committed Sep 21, 2015
1 parent 500cf94 commit 491d68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/navView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ion-nav-view>`.
*
* Pages are loaded by the URLs given. One simple way to create templates in Angular is to put
Expand Down

0 comments on commit 491d68b

Please sign in to comment.