Angular-formly,模板选项键"水平"

时间:2016-01-13 09:45:05

标签: javascript angularjs underscore.js angular-formly

代码示例:

 _.each(allFields, function(field) {
            _.deepDefaults(field, {
                templateOptions: {
                    horizontal: 5
                }
            });
        });

键是什么意思"水平" ?

1 个答案:

答案 0 :(得分:0)

您可以在模板中使用此密钥。 例如:

<div ng-class="::to.horizontal ? to.horizontal : ''">