From cc7f44737e9b80635659a3de8efb14f7b386dbaa Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 8 Jun 2017 16:02:28 +0100 Subject: [PATCH] Tell Angular to avoid parsing the value attribute. --- services/web/app/views/user/settings.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/app/views/user/settings.pug b/services/web/app/views/user/settings.pug index c358909110..55c771148f 100644 --- a/services/web/app/views/user/settings.pug +++ b/services/web/app/views/user/settings.pug @@ -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(