From b22b234653fcfa661f129e4e67fd11f66b3bcb51 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sat, 9 Nov 2013 12:28:12 +0100 Subject: [PATCH] typo --- src/js/controller/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;