Fixes path issue and user history issue

This commit is contained in:
Shannon
2013-10-16 10:37:45 +11:00
parent 8d9f741a6a
commit 7c881a29ae
2 changed files with 3 additions and 4 deletions

View File

@@ -11,8 +11,7 @@ angular.module("umbraco")
};
$scope.gotoHistory = function (link) {
$location.path(link);
$scope.$apply();
$location.path(link);
$scope.hide();
};
});