ng-show -> ng-if

This commit is contained in:
James Allen 2018-07-13 11:17:05 +01:00
parent 476f4e55c3
commit 452d698a47

View file

@ -19,7 +19,7 @@ form.row(
)
td
| {{ userEmail.email + (userEmail.default ? ' (default)' : '') }}
div(ng-show="!userEmail.confirmedAt").small
div(ng-if="!userEmail.confirmedAt").small
strong #{translate('unconfirmed')}.
|
| #{translate('please_check_your_inbox')}.