如何改变输入值?

时间:2015-06-26 06:31:13

标签: angularjs angular-formly

我想附加"}"(花括号)来模拟用户给出的property_name。

                                   key: 'property_name',
                                   type: 'input',
                                   templateOptions: {
                                       type:'text',
                                       label: 'property name',
                                       required : true
                                   },

例如:如果用户输入" star"那么" star}"会去后端。

0 个答案:

没有答案