mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(quests): Remove controller instantiation
This commit is contained in:
parent
ffc441ab82
commit
3f8a4a0957
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ script(type='text/ng-template', id='modals/showQuest.html')
|
|||
.npc_ian.pull-left
|
||||
p=env.t('questSend')
|
||||
p=env.t('questWarning')
|
||||
.modal-footer(ng-controller='PartyCtrl')
|
||||
.modal-footer
|
||||
button.btn.btn-default(ng-click='closeQuest(); $close()')=env.t('cancel')
|
||||
button.btn.btn-primary(ng-click='questInit(); $close()')=env.t('inviteParty')
|
||||
|
||||
|
|
@ -88,6 +88,6 @@ script(type='text/ng-template', id='modals/questDrop.html')
|
|||
hr
|
||||
.npc_ian.pull-left
|
||||
p=env.t('dropQuestCongrats')
|
||||
.modal-footer(ng-controller='PartyCtrl')
|
||||
.modal-footer
|
||||
button.btn.btn-default(ng-click='closeQuest(); $close()')=env.t('questLater')
|
||||
button.btn.btn-primary(ng-click='questInit(); $close()')=env.t('inviteParty')
|
||||
|
|
|
|||
Loading…
Reference in a new issue