Fix for issue noted.

This commit is contained in:
Marcel Oyuela-Bonzani
2016-12-04 04:31:04 -05:00
parent 0d58fb0fd3
commit 15eb8db925

View File

@@ -104,8 +104,9 @@ angular.module('habitrpg')
Groups.data.party = party; Groups.data.party = party;
$state.go('options.social.party'); $state.go('options.social.party');
resolve(); resolve();
}).then(function() { if ($state.current.name == "options.social.party") {
$state.reload(); $state.reload();
}
}); });
}); });
} }