This commit is contained in:
Sam 2016-04-28 00:38:56 +03:00
parent a87af3d4bc
commit 48518ec64d
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

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