Skip to content

Commit

Permalink
Merge pull request #4400 from lazamar/patch-1
Browse files Browse the repository at this point in the history
Add missing "if"
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents f7eca57 + 491d68b commit 3930e0e
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 3930e0e

Please sign in to comment.