We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are lots of mentions to the deprecated isDirty model flag (replaced with hasDirtyAttributes). http://emberjs.com/blog/2015/06/18/ember-data-1-13-released.html#toc_code-isdirty-code-renamed-to-code-hasdirtyattributes-code https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L119-L121
isDirty
hasDirtyAttributes
There are more mentions than I have time to edit: https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L162 https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L174 https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L648
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There are lots of mentions to the deprecated
isDirty
model flag (replaced withhasDirtyAttributes
).http://emberjs.com/blog/2015/06/18/ember-data-1-13-released.html#toc_code-isdirty-code-renamed-to-code-hasdirtyattributes-code
https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L119-L121
There are more mentions than I have time to edit:
https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L162
https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L174
https://github.com/emberjs/data/blob/v2.1.0/packages/ember-data/lib/system/model/model.js#L648
The text was updated successfully, but these errors were encountered: