ember-material-design icon indicating copy to clipboard operation
ember-material-design copied to clipboard

Ember implementation of Google's Material Design

Results 16 ember-material-design issues
Sort by recently updated
recently updated
newest added

This PR was generated automatically using ember-k-codemod

TypeError: Cannot read property 'reopen' of undefined at Object.initialize (md-layout-views.js:7) at ember.debug.js:5509 at ember.debug.js:5538 at Object.visit [as default](ember.debug.js:53955) at DAG.topsort (ember.debug.js:2589) at Class._runInitializer (ember.debug.js:5537) at Class.runInitializers (ember.debug.js:5498) at Class._bootSync (ember.debug.js:4800)...

There's another ember-addon for material design at https://github.com/miguelcobain/ember-paper. @miguelcobain is leading that charge, do you think you would consider consolidating efforts or do you feel that maybe diversity is a...

The source never shows. http://mike1234.com/ember-material-design/#/sidenav

Hi mike101, I really love ember-material-design. It would be nice if you add md-switch widget. Cheers.

When you use cards in space for the content in a tab, the container seems to smash the card and you cannot see the whole card properly.

The Documentation for Tabs > Basic Usage does not have any text shown for the .hbs file when clicking the 'Source' button. http://mike1234.com/ember-material-design/#/tabs ![screen shot 2015-07-12 at 10 09 43...

Implement Select Component

enhancement

The ember `click` helper doesn't work with buttons. For example, the following button: ``` {{#md-button class="md-raised md-primary" type="submit"}} Log In {{/md-button}} ``` ...and the following test... ``` click('button[type="submit"]'); ``` ...produce...

![Browser Matrix](https://saucelabs.com/browser-matrix/ember_md.svg?auth=4224566d3e5343c119fbee3ab24f34c7)