Triple Equals sign

This commit is contained in:
Marcel Oyuela-Bonzani
2016-12-04 13:40:46 -05:00
parent 15eb8db925
commit ad76ab1315

View File

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