Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Conversation

dlukez
Copy link
Contributor

@dlukez dlukez commented May 15, 2015

The current behaviour is that event handlers will be
passed the value of each argument as it was at the time
the event handler was created, which is when the
directive is linked. This means an event handler being
passed args derived from the scope will not receive
any updated values.

This commit will alter the behaviour to send through
any updated model values.

The current behaviour is that event handlers will be
passed the value of each argument as it was at the time
the event handler was created, which is when the
directive is linked. This means an event handler being
passed args derived from the scope will not receive
any updated values.

This commit will alter the behaviour to send through
any updated model values.
allenhwkim added a commit that referenced this pull request May 17, 2015
fix(events): pass through updated model values
@allenhwkim allenhwkim merged commit 6222e29 into allenhwkim:master May 17, 2015
@dlukez dlukez deleted the event_arg_updates branch July 30, 2015 00:55
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