var value = attr.inlineEdit;
var field = value.substring(11);
//这里我在字段变量
中有first_nameuser.hit({field : scope.model}, auth.getCurrentUser().user_id).success(function () {
console.log("Saved");
});
在字段键中,我希望当我在字段变量中有first_name但是我只将字段作为键时,应该有first_name。
这很奇怪,但我需要做点什么。
答案 0 :(得分:1)
我认为{[field]:scope.model}是你真正想要的。
答案 1 :(得分:0)
为什么不创建以ssh
为关键字的嵌套对象:
first_name