From a6e1ace2b6bdba8c08a4acfa42433f3ac073b747 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Tue, 21 Mar 2017 10:16:22 +0000 Subject: [PATCH] #3527 feature - Added all catalogs and working fine --- securis/src/main/webapp/src/app/forms/license.form.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/securis/src/main/webapp/src/app/forms/license.form.html b/securis/src/main/webapp/src/app/forms/license.form.html index bb559f3..083adcf 100644 --- a/securis/src/main/webapp/src/app/forms/license.form.html +++ b/securis/src/main/webapp/src/app/forms/license.form.html @@ -45,7 +45,7 @@ <div layout="row" layout-fill layout-padding> <div layout="column" layout-fill flex> <md-input-container flex> - <input mdInput type="text" [(ngModel)]="data.full_name" name="full_name" required maxlength="200" /> + <input #firstField mdInput type="text" [(ngModel)]="data.full_name" name="full_name" required maxlength="200" /> <md-placeholder> <span i18n="field.full_name"></span> </md-placeholder> -- Gitblit v1.3.2