fix(quests): Remove controller instantiation

This commit is contained in:
Sabe Jones 2015-07-16 16:35:21 -05:00
parent ffc441ab82
commit 3f8a4a0957

View file

@ -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')