@alex_middeleer wrote:
Is it considered a bad practice to publicly expose service properties? e.g. in the router:
... foo: Ember.inject.service(), baz() { Ember.set(this, 'foo.bar', 'abc123'); } ...
Posts: 1
Participants: 1
@alex_middeleer wrote:
Is it considered a bad practice to publicly expose service properties? e.g. in the router:
... foo: Ember.inject.service(), baz() { Ember.set(this, 'foo.bar', 'abc123'); } ...
Posts: 1
Participants: 1