有没有办法用数据调用Angularjs指令

时间:2014-09-11 12:28:23

标签: angularjs

假设我有JSON定义了一堆东西,包括指令的名称,是否可以在我的html中动态调用该指令?

inputs = [{type:'t',directive:'my-input-plain'},{type:'n1',directive:'my-input-moneyone'}];

然后在HTML中              < {{input.directive}}>     

我的后退是一个很长的ng-switch,从长远来看可能更容易调试。

0 个答案:

没有答案