Fixes path issue and user history issue
This commit is contained in:
@@ -11,8 +11,7 @@ angular.module("umbraco")
|
||||
};
|
||||
|
||||
$scope.gotoHistory = function (link) {
|
||||
$location.path(link);
|
||||
$scope.$apply();
|
||||
$location.path(link);
|
||||
$scope.hide();
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user