Turned on client side tests. Fixed broken tests

This commit is contained in:
Keith Holliday
2016-05-03 10:52:21 -05:00
parent 78a8eea79a
commit fd244ac021
17 changed files with 245 additions and 260 deletions

View File

@@ -128,11 +128,13 @@ habitrpg.controller("InventoryCtrl",
eggKey: egg.key,
pet: 'Pet-' + egg.key + '-' + potion.key
};
$rootScope.openModal('hatchPet', {
scope: $scope,
size: 'sm'
});
}
$scope.selectedEgg = null;
$scope.selectedPotion = null;