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

Switch and Check seem to have issue with missing ember-composability #181

Closed
brendanoh opened this issue Jul 13, 2015 · 8 comments
Closed

Comments

@brendanoh
Copy link

Uncaught Error: Could not find module `ember-composability/mixins/child-component-support` imported from `ember-cli-materialize/components/selectable-item`

Currently on:

Ember 1.12.1
Ember Data 1.0.0-beta.18
@brendanoh
Copy link
Author

In my node_modules/ember-cli-materialize/node_modules I do not see a folder for ember-composability.

Only things there are htmlbars and rsvp.

@brendanoh
Copy link
Author

If I add "ember-composability": "~0.0.3", to my package.json it works.

@brendanoh brendanoh changed the title Switch and Check seem to have issue with mixin missing Switch and Check seem to have issue with missing ember-composability Jul 13, 2015
@mike-north
Copy link
Owner

Yep, I noticed this over the weekend. Will cut a new release today so that nobody else gets snagged by this

@LexLythius
Copy link

@truenorth Too late ;-)

@brendanoh
Copy link
Author

@truenorth also md-check seems to have some debug code left in it. disabled: {{disabled}}

{{input type="checkbox" class="materialize-selectable-item-input" checked=isSelected disabled=disabled}}
<label class="materialize-selectable-item-label">{{name}}{{yield}}</label> disabled: {{disabled}}

@LexLythius
Copy link

@brendanoh @truenorth Working on a PR on that

@LexLythius
Copy link

Here #182

@brendanoh
Copy link
Author

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

3 participants