嗨:formly和formlyBootstrap不会注入我的模块
angular.module('myApp', ['formly', 'formlyBootstrap', function config(formlyConfig) {
formlyConfig.setType([
{
name: 'input',
template: '<input ng-model="options.templateOptions.description"/>'
}]);
}
]);