1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-27 03:12:23 -05:00
This commit is contained in:
Tankred Hase 2013-11-09 12:28:12 +01:00
parent f450e96e2d
commit b22b234653

View File

@ -13,7 +13,7 @@ define(function(require) {
// //
var NavigationCtrl = function($scope) { var NavigationCtrl = function($scope) {
// global state... inherits to all child scopes // global state... inherited to all child scopes
$scope.$root.state = {}; $scope.$root.state = {};
emailDao = appController._emailDao; emailDao = appController._emailDao;