mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
show hatching potion selector after buying an egg
This commit is contained in:
parent
c54c383c5a
commit
64edf31eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
.span6(ng-show='hatching')
|
.span6(ng-show='hatching')
|
||||||
h3 Hatch Your Egg
|
h3 Hatch Your Egg
|
||||||
p(ng-show='userHatchingPotions.length < 1') You don't have any hatching potions yet.
|
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.
|
p.
|
||||||
Which hatching potion will you pour on your <b>{{selectedEgg.text}}</b> egg?
|
Which hatching potion will you pour on your <b>{{selectedEgg.text}}</b> egg?
|
||||||
select(ng-options='hatchingPotion for hatchingPotion in userHatchingPotions', ng-model="selectedPotion")
|
select(ng-options='hatchingPotion for hatchingPotion in userHatchingPotions', ng-model="selectedPotion")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue