ember-states icon indicating copy to clipboard operation
ember-states copied to clipboard

should use a concept similar to the `actions` hash in ember proper.

Open stefanpenner opened this issue 11 years ago • 3 comments

sending('destroy') should not destroy anything? Also collisions with general API methods should not be possible and Ember.States should play nice with the new actions and action hashes in ember proper.

stefanpenner avatar Dec 04 '13 20:12 stefanpenner

bah, bit by this again...

stefanpenner avatar Feb 26 '14 18:02 stefanpenner

@stefanpenner what about using Ember.Evented? do you prefer an actions hash? should it use events instead?

krisselden avatar Jul 09 '15 22:07 krisselden

should it use events instead?

unsure.

stefanpenner avatar Jul 09 '15 22:07 stefanpenner