标签: angularjs
假设我有JSON定义了一堆东西,包括指令的名称,是否可以在我的html中动态调用该指令?
inputs = [{type:'t',directive:'my-input-plain'},{type:'n1',directive:'my-input-moneyone'}];
然后在HTML中 < {{input.directive}}>
我的后退是一个很长的ng-switch,从长远来看可能更容易调试。