This commit is contained in:
Tankred Hase 2013-11-09 12:28:12 +01:00
parent f450e96e2d
commit b22b234653
1 changed files with 1 additions and 1 deletions

View File

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