Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit ad05446

Browse files
committed
Fixed collection.pristine
1 parent 973128d commit ad05446

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

dist/angular-jsonapi.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-jsonapi.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-jsonapi.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-jsonapi.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/collection/collection.factory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152

153153
_this.updatedAt = Date.now();
154154
_this.synchronized = true;
155+
_this.pristine = false;
155156

156157
_this.resource.cache.setIndexIds(_this.data);
157158
response.finish();

0 commit comments

Comments
 (0)