Merge pull request #197 from colkito/bug/address-disabled-fixed

disabled address fixed
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-07 17:08:36 -02:00
commit df6ffd7661
1 changed files with 1 additions and 0 deletions

View File

@ -53,5 +53,6 @@ angular.module('insight')
$rootScope.titleDetail = ''; $rootScope.titleDetail = '';
$rootScope.title = $route.current.title; $rootScope.title = $route.current.title;
$rootScope.isCollapsed = true; $rootScope.isCollapsed = true;
$rootScope.currentAddr = null;
}); });
}); });