Close user dialog on logout

This commit is contained in:
Matthew Sheeley
2014-06-04 15:44:22 -05:00
parent 5b17bc6d5f
commit a4b25c3f84

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");
};