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

[Bugfix] Select - simple array case #78

Merged
merged 2 commits into from
Apr 24, 2015
Merged

[Bugfix] Select - simple array case #78

merged 2 commits into from
Apr 24, 2015

Conversation

mike-north
Copy link
Owner

Fixes #74

This introduces test coverage for simple array use cases in select, switches, checks and radios.

Example:

Component

export default Ember.Component.extend({
  choices: ['Dexter Morgan', 'Deborah Morgan', 'Harry Morgan'],
  selectedChoice: 'Deborah Morgan'
});

Template

{{md-select
  content=choices
  value=selectedChoice}}

or

{{md-radios
  content=choices
  selection=selectedChoice}}

@mike-north mike-north changed the title Simple array [Bugfix] Select - simple array case Apr 24, 2015
@mike-north mike-north mentioned this pull request Apr 24, 2015
mike-north added a commit that referenced this pull request Apr 24, 2015
[Bugfix] Select - simple array case
@mike-north mike-north merged commit 81d8e68 into mike-north:master Apr 24, 2015
@mike-north mike-north deleted the simple-array branch April 24, 2015 03:11
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.

Simple arrays
1 participant