lokiJs对象中的更新数组没有持久化

时间:2017-02-27 16:19:06

标签: angularjs lokijs

我使用lokiJs作为angualJS app。 我尝试用数组更新集合中的一个对象。 但阵列中的数据丢失了!

$scope.seance from loki , exos is internal array
$scope.seance.exos.push($scope.exo);
try{
    $scope.seances.update($scope.seance);
}catch(err){
     console.log(err);
     alert('cant update');
}
$scope.seances.commit();
db.saveDatabase();

非常感谢你的帮助!

0 个答案:

没有答案