Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

Warn about nullifuing not saved models

$
0
0

@aikixd wrote:

Consider next piece of code:

this.set('model', this.get('store').createRecord('model'));
this.set('model', null);

This would create an orphan model in store, which most likely is a mistake. It would be nice if Ember could warn me about this in debug time.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles