diff --git a/src/js/controller/navigation.js b/src/js/controller/navigation.js index 24c49d5..24762fd 100644 --- a/src/js/controller/navigation.js +++ b/src/js/controller/navigation.js @@ -13,7 +13,7 @@ define(function(require) { // var NavigationCtrl = function($scope) { - // global state... inherits to all child scopes + // global state... inherited to all child scopes $scope.$root.state = {}; emailDao = appController._emailDao;