Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 491d68b

Browse files
committedSep 21, 2015
Add missing "if"
The sentence on line 51 was missing the word "if".
1 parent 500cf94 commit 491d68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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)
Please sign in to comment.