Sam Chrisinger

Results 3 comments of Sam Chrisinger

Definitely in favor of single-directional binding here as it provides a looser coupling between the parent component/controller and the dynamic-form child. I'm not an Ember pro by any means, but...

@toddjordan afik `didRecieveAttrs` runs any time a component receives new attributes. This can be at instantiation [or later in the component's lifecycle](http://emberjs.com/api/classes/Ember.Component.html#event_didReceiveAttrs). So we're noticing that `didRecieveAttrs` does fire when...

WIP PR here: https://github.com/toddjordan/ember-cli-dynamic-forms/pull/37. Still working through some integration tests... probably not going to happen today, but hopefully soon.