mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Merge pull request #1542 from djuretic/hatching_bug
Can't select hatching potion to use after buying an egg
This commit is contained in:
commit
081d4c559c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <b>{{selectedEgg.text}}</b> egg?
|
||||
select(ng-options='hatchingPotion for hatchingPotion in userHatchingPotions', ng-model="selectedPotion")
|
||||
|
|
|
|||
Loading…
Reference in a new issue