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

md-check, md-radio, md-switch fire actions on state change #138

Merged
merged 3 commits into from
Jun 30, 2015
Merged

md-check, md-radio, md-switch fire actions on state change #138

merged 3 commits into from
Jun 30, 2015

Conversation

mike-north
Copy link
Owner

Please merge #137 first

the binding:

{{md-switch action='switchToggled'}}

the event:

Ember.Route.extend({
  ...
  actions: {
    switchToggled(evt) { // evt is of form {checked: true}
    }
  }
});

TODO

  • Tests
  • Docs

@mike-north mike-north closed this Jun 30, 2015
@mike-north mike-north reopened this Jun 30, 2015
mike-north added a commit that referenced this pull request Jun 30, 2015
md-check, md-radio, md-switch fire actions on state change
@mike-north mike-north merged commit 6dc77fc into mike-north:master Jun 30, 2015
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

Successfully merging this pull request may close these issues.

1 participant