Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply multiple decorators on a single property #8

Closed
ssutar opened this issue Aug 9, 2018 · 1 comment
Closed

Apply multiple decorators on a single property #8

ssutar opened this issue Aug 9, 2018 · 1 comment

Comments

@ssutar
Copy link
Contributor

ssutar commented Aug 9, 2018

We need to add support for having multiple decorators on single property.

class Foo extends EmberObject {
@on("click")
@observes("xyz")
someProp = 'some value'
}
@ssutar ssutar mentioned this issue Aug 9, 2018
@ssutar
Copy link
Contributor Author

ssutar commented Sep 3, 2018

Closed with #10

@ssutar ssutar closed this as completed Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant