docs(ionNavView): correct typo

Closes #989
This commit is contained in:
SebastianLopienski
2014-03-31 13:53:31 +02:00
committed by Andy Joslin
parent 9bcf541c3a
commit f039fc26a1

View File

@@ -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