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

feat(web components): Support custom events for element property binding #1453

Closed
wants to merge 1 commit into from

Conversation

jbdeboer
Copy link
Contributor

Closes #1449

@@ -59,6 +59,20 @@ class ElementBinder {
bool get shouldCompileChildren =>
childMode == Directive.COMPILE_CHILDREN;

List<String> _bindAssignablePropsOnCache;
List<String> get _bindAssignablePropsOn {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOC, when do we call bind multiple times on a single ElementBinder (otherwise the cache is not necessary)?

@rkirov
Copy link
Contributor

rkirov commented Sep 12, 2014

LGTM.

@rkirov
Copy link
Contributor

rkirov commented Sep 12, 2014

Putting it as rebase since it would need a trivial rebase once I get #1448 in (running presubmit now).

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

Successfully merging this pull request may close these issues.

Support for polymer components that don't fire change events
3 participants