I'm using ng-csv to export some json data. The problem is when I make any change inside that object (not to assign a full new object) and try to export again, it exports a csv file with the same old data without any change. here is my code in plunker I'm using ng-csv to export some json data. The