Michael Prentice
Michael Prentice
@clementbirkle no, there is no fix yet, the issue is still open.
Based on PR https://github.com/angular/material/pull/12131, this doesn't seem to be blocking `gulp-sass@5` afterall.
I verified that this is still not supported in 1.1.8 by using this [updated Plunker](http://plnkr.co/edit/uLzvpFVY75nb4czY0Ks8?p=preview). I can see how this could be helpful as the use cases described above are...
This is related to https://github.com/angular/material/issues/865 and https://github.com/angular/material/issues/864. `md-checkbox` does not use `$animate`, so that approach won't work. `$mdInkRippleProvider.disableInkRipple();` disables all ink ripples in the app including `md-checkbox`. However this only...
This looks like it may be a regression in `1.1.22`: https://github.com/angular/material/commit/928c71d6ee87bc03ce383bfa555f67e1d373fe13
I updated the [CodePen](https://codepen.io/Splaktar/pen/xjKQrK) to 1.1.8 and I still see the issue. Thank you for reporting this and for creating the CodePen.
`$mdDialog`'s [Theme Inheritance Demo](https://material.angularjs.org/latest/demo/dialog#theme-inheritance) uses the `targetEvent` API, which is required for theme inheritance. However, while this API is documented, it isn't documented that this API is required for theme...
> So do I understand correctly that theme inheritance works like theme is inherited from the element which corresponds to the DOMClickEvent passed as targetEvent? Yes, see https://github.com/angular/material/blob/a13722ee69ab01babefe1f0bcc5af77f55a3f76c/src/components/dialog/dialog.js#L825-L839 Agreed that...
Updated [CodePen repro](https://codepen.io/Splaktar/pen/JMooXo?editors=1111) for AngularJS Material 1.1.5.
Changing from `inline-block` to ```scss display: flex; align-items: center; align-content: flex-start; ``` Does seem to align the text slightly better. What other parts of the previous fix do you think...