即使对象数据不是

时间:2016-09-18 14:40:34

标签: javascript angularjs object

我有一个带有1个对象的数组,它的数据为Account 1

enter image description here

在我的表格中很好地显示了:

enter image description here

但是当我想添加另一行时(在这种情况下为Account 2),该表将变为重复。这是我的第二个对象数组,它有2个不同的数据; Account 1Account 2

enter image description here

但它会变成重复。帐户2将替换帐户1,如下所示:

enter image description here

以下是我将对象插入表格的方法:

$scope.directives.rapiTableDefault.attrs[1].value = vm['accountData'].tableData;

有人知道这里有什么问题吗?我希望该表格会显示Account 1Account 2,因为该过程可能很简单;将对象分配给$ scope。

请提前帮助和谢谢。

0 个答案:

没有答案