Merge pull request #395 from Excommunicated/7.1.5

Close user dialog on logout
This commit is contained in:
Shandem
2014-06-17 14:07:45 +10:00

View File

@@ -25,7 +25,9 @@ angular.module("umbraco")
$scope.close();
});
//perform the path change, if it is successful then the promise will resolve otherwise it will fail
$scope.close();
$location.path("/logout");
};