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

Caught this as part of adding cross-browser testing #21 ``` component:md-button: it should have md-ripple-container after click ``` consistently fails on firefox 37.0

bug

Show how the validation classes can be used

enhancement

An svg icon isn't properly cached after initially being requested. It should be cached so that there is never more than one network request for that icon.

bug

Currently the sidenav immediately appears, and does not follow material design specs for animation.

bug

Currently the sidenav md-locked-open class is hardcoded to be applied when screen width is more than 600px wide. This should be a property that the consumer passes into the component.

enhancement