Remove empty object in close

This commit is contained in:
Blade Barringer
2015-08-12 08:42:01 -05:00
parent 203a26b6df
commit c7edbfb9b2
+1 -1
View File
@@ -9,4 +9,4 @@ script(id='modals/cards.html', type='text/ng-template')
markdown(text='{{::cardMessage}}')
.modal-footer
small.pull-left {{::env.t(cardType + 'CardExplanation')}}
button.btn.btn-default(ng-click='user.ops.readCard(cardType, {}); $close()')=env.t('ok')
button.btn.btn-default(ng-click='user.ops.readCard(cardType); $close()')=env.t('ok')