[#1477] modal buttons bug-fix

This commit is contained in:
Tyler Renelle 2013-09-08 16:23:30 -04:00
parent 5c5212eb0e
commit 52b7935b88

View file

@ -53,6 +53,6 @@ div(ng-controller='SettingsCtrl')
Woa woa woa! Are you sure? This will seriously delete your account forever, and it can never be restored. If you're absolutely certain, type <strong>DELETE</strong> into the text-box below.
p
input(type='text', ng-model='_deleteAccount')
footer
.modal-footer
button.btn.btn-default(ng-click='modals.delete = false') Cancel
button.btn.btn-danger.btn-small(ng-disabled='_deleteAccount != "DELETE"', ng-click='delete()') Delete Account