diff --git a/js/ext/angular/src/directive/ionicViewState.js b/js/ext/angular/src/directive/ionicViewState.js index 41cc4cd7f5..5262801a14 100644 --- a/js/ext/angular/src/directive/ionicViewState.js +++ b/js/ext/angular/src/directive/ionicViewState.js @@ -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