Added updated mountCount to releaseBoth function

This commit is contained in:
Blade Barringer
2015-01-10 09:52:09 -06:00
parent 1c0520c94d
commit 819ab0b6e1
+1
View File
@@ -168,6 +168,7 @@ habitrpg.controller('SettingsCtrl',
$scope.releaseBoth = function() {
User.user.ops.releaseBoth({});
$rootScope.mountCount = 0;
$rootScope.$state.go('tasks');
}