From 64edf31eb483d2428eba80b80c836bf506558c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Jureti=C4=87?= Date: Sun, 15 Sep 2013 16:40:20 -0300 Subject: [PATCH] show hatching potion selector after buying an egg --- views/options/inventory.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/inventory.jade b/views/options/inventory.jade index 39b0b39109..5cac718be3 100644 --- a/views/options/inventory.jade +++ b/views/options/inventory.jade @@ -16,7 +16,7 @@ .span6(ng-show='hatching') h3 Hatch Your Egg p(ng-show='userHatchingPotions.length < 1') You don't have any hatching potions yet. - div(ng-show='userHatchingPotions') + div(ng-show='userHatchingPotions.length >= 1') p. Which hatching potion will you pour on your {{selectedEgg.text}} egg? select(ng-options='hatchingPotion for hatchingPotion in userHatchingPotions', ng-model="selectedPotion")