Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Conversation

manuelnaranjo
Copy link

Commit 0225a1 prevented accessing a possibly null/undefined dictionary inside
the scope, but the way it was handling it was preventing formly-dynamic-name-update
listener from been registered.

The proposed solution keeps checking for if $scope.formOnParentScope is defined,
but inside the event handler, making it aware of scope changes

Commit 0225a1 prevented accessing a possibly null/undefined dictionary inside
the scope, but the way it was handling it was preventing formly-dynamic-name-update
listener from been registered.

The proposed solution keeps checking for if $scope.formOnParentScope is defined,
but inside the event handler, making it aware of scope changes
@manuelnaranjo manuelnaranjo mentioned this pull request Sep 9, 2014
@kentcdodds
Copy link
Member

Looks awesome. I'll merge, then pull, build, and push, and redeploy. Thanks!

kentcdodds pushed a commit that referenced this pull request Sep 9, 2014
@kentcdodds kentcdodds merged commit fbf26ed into formly-js:master Sep 9, 2014
@kentcdodds
Copy link
Member

Awesome, if anyone needs this right now they can point to e3d165a in their bower and get this feature. Hopefully we'll be able to release a new version soon. Thanks for the help @manuelnaranjo!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants