2016-07-10 14 views

答えて

0

解決方法アプリケーションの実行。

`app.run(function (formlyConfig) { 
    formlyConfig.setType({ 
     name: 'multiSelect', 
     extends: 'select', 
     template: '<select kendo-multi-select k-options="" ng-model="model[options.key]" class="form-control" multiple></select>' 
    }); 
});` 

そして、このように設定されています。あなたが例にhere

を見ることができます

`vm.fields = [  
    { 
    key: 'multiSelect', 
    type: 'multiSelect', 
    templateOptions: { 
     type: 'multiSelect', 
     label: 'Fruits',   
     options: data 
    } 
    },` 

関連する問題