diff --git a/js/ext/angular/src/directive/ionicViewState.js b/js/ext/angular/src/directive/ionicViewState.js index f5de82c73e..1e799bdfce 100644 --- a/js/ext/angular/src/directive/ionicViewState.js +++ b/js/ext/angular/src/directive/ionicViewState.js @@ -3,7 +3,7 @@ /** * @description - * The NavController is a navigation stack View Controller modelled off of + * The NavController is a navigation stack View Controller modelled off of * UINavigationController from Cocoa Touch. With the Nav Controller, you can * "push" new "pages" on to the navigation stack, and then pop them off to go * back. The NavController controls a navigation bar with a back button and title @@ -17,12 +17,12 @@ * */ -angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gesture']) +angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gesture']) /** * Our Nav Bar directive which updates as the controller state changes. */ -.directive('navBar', ['$ionicViewService', '$rootScope', '$animate', '$compile', +.directive('navBar', ['$ionicViewService', '$rootScope', '$animate', '$compile', function( $ionicViewService, $rootScope, $animate, $compile) { /** @@ -67,14 +67,14 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu backButtonIcon: '@', alignTitle: '@' }, - template: '