Corrected spelling error in comment

This commit is contained in:
Blade Barringer 2014-12-29 14:16:25 -06:00
parent 1ff19efac5
commit 4e1b298a42

View file

@ -236,7 +236,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
$scope.spell = null;
}
// Becuase our angular-ui-router uses anchors for urls (/#/options/groups/party), window.location.href=... won't
// Because our angular-ui-router uses anchors for urls (/#/options/groups/party), window.location.href=... won't
// reload the page. Perform manually.
$rootScope.hardRedirect = function(url){
window.location.href = url;