ember-set-helper
ember-set-helper copied to clipboard
Helper allows you to set `this.args` properties
This.args is supposed to be immutable, however this actually works.
@onChange={{set this "args.foo.bar"}}
Just FYI