You can use _create : App.MyModel._create() - it will associate the model with its own state manager, so App.store.commit() will not do anything.
However, _create "private". I think there should be a public method for this use case.
Justin ko
source share