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

Two-way binding for Web Components #1282

Closed
wants to merge 1 commit into from

Conversation

jbdeboer
Copy link
Contributor

... which expose the 'change' event.

@jbdeboer jbdeboer added cla: yes and removed cla: no labels Jul 30, 2014
registerElement('tests-twoway', {});
_.compile('<tests-twoway bind-prop="x"></tests-twoway>');

(new js.JsObject.fromBrowserObject(_.rootElement))['prop'] = 6;
Copy link
Contributor

Choose a reason for hiding this comment

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

we already have customProp, what about renaming it getCustomProp and introduce a setCustomProp ?

@jbdeboer jbdeboer closed this in 4633451 Jul 31, 2014
jbdeboer added a commit that referenced this pull request Aug 5, 2014
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Aug 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants