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

feat(compiler): bind- syntax #957

Closed
wants to merge 1 commit into from

Conversation

jbdeboer
Copy link
Contributor

Adds support for bind- syntax which allows directive users to
give an expression for any mapping.

For #650

Adds support for bind- syntax which allows directive users to
give an expression for any mapping.

For dart-archive#650
@jbdeboer
Copy link
Contributor Author

This depends on the two-way (<=>) and callback (&) mapping annotations.

It may be possible to use mirrors to automatically determine whether a field implements both a getter and setter and is, therefore, two-way. But this PR is a decent first-step.

@jbdeboer jbdeboer added cla: yes and removed cla: no labels Apr 25, 2014
jbdeboer added a commit that referenced this pull request Apr 28, 2014
Adds support for bind- syntax which allows directive users to
give an expression for any mapping.

For #650
Closes #957
@jbdeboer jbdeboer closed this in 4d17c11 Apr 29, 2014
jbdeboer added a commit that referenced this pull request Apr 30, 2014
Adds support for bind- syntax which allows directive users to
give an expression for any mapping.

For #650
Closes #957
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Jul 16, 2014
Adds support for bind- syntax which allows directive users to
give an expression for any mapping.

For dart-archive#650
Closes dart-archive#957
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Jul 16, 2014
Adds support for bind- syntax which allows directive users to
give an expression for any mapping.

For dart-archive#650
Closes dart-archive#957
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.

1 participant