mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 04:13:39 +00:00
ng-show -> ng-if
This commit is contained in:
parent
476f4e55c3
commit
452d698a47
1 changed files with 1 additions and 1 deletions
|
@ -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')}.
|
||||
|
|
Loading…
Add table
Reference in a new issue