Merge pull request #197 from colkito/bug/address-disabled-fixed
disabled address fixed
This commit is contained in:
commit
df6ffd7661
@ -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;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user