SoftInstigate / restheart-notes-example

Example notes application built with RESTHeart, AngularJS and restangular
GNU Affero General Public License v3.0
12 stars 5 forks source link

note creation date disappears after update #1

Closed ujibang closed 8 years ago

ujibang commented 9 years ago

After creation:

"date": {
    "$date": 1447396591487
  }

After update it gets replaced by

"date": 1447320330638,

leading to wrong created on field in the UI

ujibang commented 8 years ago

fixed in commit e1ba03b