Skip to content

Commit 3930e0e

Browse files
committed
Merge pull request #4400 from lazamar/patch-1
Add missing "if"
2 parents f7eca57 + 491d68b commit 3930e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/angular/directive/navView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* });
4949
* });
5050
* ```
51-
* Then on app start, $stateProvider will look at the url, see it matches the index state,
51+
* Then on app start, $stateProvider will look at the url, see if it matches the index state,
5252
* and then try to load home.html into the `<ion-nav-view>`.
5353
*
5454
* Pages are loaded by the URLs given. One simple way to create templates in Angular is to put

0 commit comments

Comments
 (0)