mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 17:32:16 +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',
|
type='text',
|
||||||
name='first_name',
|
name='first_name',
|
||||||
value=user.first_name
|
value=user.first_name
|
||||||
|
ng-non-bindable
|
||||||
)
|
)
|
||||||
.form-group
|
.form-group
|
||||||
label(for='lastName').control-label #{translate("last_name")}
|
label(for='lastName').control-label #{translate("last_name")}
|
||||||
|
@ -53,6 +54,7 @@ block content
|
||||||
type='text',
|
type='text',
|
||||||
name='last_name',
|
name='last_name',
|
||||||
value=user.last_name
|
value=user.last_name
|
||||||
|
ng-non-bindable
|
||||||
)
|
)
|
||||||
.actions
|
.actions
|
||||||
button.btn.btn-primary(
|
button.btn.btn-primary(
|
||||||
|
|
Loading…
Reference in a new issue