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

Deprecate w-on* #420

Closed
patrick-steele-idem opened this issue Nov 11, 2016 · 4 comments
Closed

Deprecate w-on* #420

patrick-steele-idem opened this issue Nov 11, 2016 · 4 comments
Assignees
Labels
good first issue Small tasks that would be good for first time contributors type:feature A feature request
Milestone

Comments

@patrick-steele-idem
Copy link
Contributor

patrick-steele-idem commented Nov 11, 2016

Old:

<button w-on-click="handleClick">click me</button>

or

<button w-onClick="handleClick">click me</button>

New:

<button on-click('handleClick')>click me</button>

or

<button onClick('handleClick')>click me</button>
@patrick-steele-idem patrick-steele-idem added this to the 4.0 milestone Nov 11, 2016
@patrick-steele-idem patrick-steele-idem added the good first issue Small tasks that would be good for first time contributors label Nov 11, 2016
@ctdio
Copy link
Contributor

ctdio commented Nov 14, 2016

I'll take this one on. I should be able to get to it later tonight or maybe tomorrow.

@patrick-steele-idem
Copy link
Contributor Author

Great. Thanks, @charlieduong94! I'll assign you.

@ctdio
Copy link
Contributor

ctdio commented Nov 16, 2016

#434

@mlrawlings
Copy link
Member

Closed via fc82ef0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Small tasks that would be good for first time contributors type:feature A feature request
Projects
None yet
Development

No branches or pull requests

3 participants