mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:53:44 +00:00
Tell Angular to avoid parsing the value attribute.
This commit is contained in:
parent
7461429c33
commit
cc7f44737e
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ block content
|
|||
type='text',
|
||||
name='first_name',
|
||||
value=user.first_name
|
||||
ng-non-bindable
|
||||
)
|
||||
.form-group
|
||||
label(for='lastName').control-label #{translate("last_name")}
|
||||
|
@ -53,6 +54,7 @@ block content
|
|||
type='text',
|
||||
name='last_name',
|
||||
value=user.last_name
|
||||
ng-non-bindable
|
||||
)
|
||||
.actions
|
||||
button.btn.btn-primary(
|
||||
|
|
Loading…
Reference in a new issue