diff --git a/public/modules/forms/base/directives/field.client.directive.js b/public/modules/forms/base/directives/field.client.directive.js index 67f5084e..c8c9a456 100644 --- a/public/modules/forms/base/directives/field.client.directive.js +++ b/public/modules/forms/base/directives/field.client.directive.js @@ -16,7 +16,6 @@ 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);