diff --git a/public/modules/forms/base/directives/field.client.directive.js b/public/modules/forms/base/directives/field.client.directive.js index 6ec0726e..5e358a98 100644 --- a/public/modules/forms/base/directives/field.client.directive.js +++ b/public/modules/forms/base/directives/field.client.directive.js @@ -16,6 +16,7 @@ angular.module('forms').directive('fieldDirective', ['$http', '$compile', '$root var templateUrl = 'modules/forms/base/views/directiveViews/field/'; if (__indexOf.call(supportedFields, type) >= 0) { + templateUrl = templateUrl+type+'.html'; } return $templateCache.get(templateUrl); diff --git a/public/modules/forms/base/views/directiveViews/form/submit-form.client.view.html b/public/modules/forms/base/views/directiveViews/form/submit-form.client.view.html index 7eebde7c..53495188 100755 --- a/public/modules/forms/base/views/directiveViews/form/submit-form.client.view.html +++ b/public/modules/forms/base/views/directiveViews/form/submit-form.client.view.html @@ -141,7 +141,7 @@ ng-style="{'color':button.color}"> - +