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

Use metadata annotations for component attribute bindings #249

Closed
sethladd opened this issue Nov 2, 2013 · 2 comments
Closed

Use metadata annotations for component attribute bindings #249

sethladd opened this issue Nov 2, 2013 · 2 comments

Comments

@sethladd
Copy link
Contributor

sethladd commented Nov 2, 2013

Instead of:

map: const {
  'max-rating': '@maxRating',
  'rating': '<=>rating'
}

It would be nice to use:

@TwoWay String rating;
@OneWay int otherAttribute;

etc...

@pavelgj
Copy link
Contributor

pavelgj commented Nov 2, 2013

Duplicate of #227

@pavelgj pavelgj closed this as completed Nov 2, 2013
@sethladd
Copy link
Contributor Author

sethladd commented Nov 2, 2013

Ah, thanks for deduping.

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

No branches or pull requests

2 participants