dematerialize record in any kind of created states in ssh key

This commit is contained in:
Piotr Sarnacki 2015-02-10 11:54:37 +01:00
parent 767e49d95a
commit 81911777da

View File

@ -56,7 +56,7 @@ Controller = Ember.ObjectController.extend Validations,
model = @get('model')
console.log model.get('currentState.stateName')
if model.get('currentState.stateName') == 'root.empty' ||
model.get('currentState.stateName') == 'root.loaded.created.uncommitted'
model.get('currentState.stateName').indexOf('root.loaded.created') != -1
@store.dematerializeRecord(model)
@set('model', null)