This commit is contained in:
Sam 2016-04-28 00:38:56 +03:00
parent 0bbfb40dd1
commit fd8c5e2417
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -141,7 +141,7 @@ ng-style="{'color':button.color}">
</div>
</div>
</div>
</section>
</section>
</div>
<!-- End Page View -->