Skip to content

Commit

Permalink
docs(ionNavView): correct typo
Browse files Browse the repository at this point in the history
Closes #989
  • Loading branch information
SebastianLopienski authored and ajoslin committed Mar 31, 2014
1 parent 9bcf541 commit f039fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ext/angular/src/directive/ionicViewState.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
*
* The ionNavView directive is used to render templates in your application. Each template
* is part of a state. States are usually mapped to a url, and are defined programatically
* using angular-ui-router (see [their docs](https://github.com/angular-ui/ui-router/wiki)),
* using angular-ui-router (see [their docs](https://github.com/angular-ui/ui-router/wiki),
* and remember to replace ui-view with ion-nav-view in examples).
*
* @usage
Expand Down

0 comments on commit f039fc2

Please sign in to comment.