material
material copied to clipboard
Material design for AngularJS
### Bug, feature request, or proposal: Bug ### What is the expected behavior? Using $mdDialog with custom template should not result in detached DOM nodes. ### What is the current...
### Bug, feature request, or proposal: When dragging on the md-switch on a touch device the circle will move and then stay in the position where you left it. When...
When the label of a md-select is dynamically updated via data binding it doesn't actually render correctly until you open the select dialog and close it. You can see the...
### Bug It is a. bug ### What is the expected behavior? parent dialog should not get scrolled while child (md-autocomplete) is still open. ### What is the current behavior?...
**Actual Behavior**: - `What is the issue? *` When moving focus via `` key, focus gets trapped inside `mdCalendar` and can't progress past it. This seems to be an issue...
**Actual Behavior**: - angular-material does not clean-up when angularjs app is destroyed **CodePen** (or steps to reproduce the issue): * - https://jsfiddle.net/leogdsl/bhkat99u/ - `Details:` 3 variations for destroying the app...
I've got a couple of md-autocomplete controls being used as cascading dropdowns. **Actual Behavior**: - `What is the issue? *` Tabbing away from the first autocomplete does not update the...
**Actual Behavior**: - `What is the issue? *` Adding md-autofocus to an autocomplete does not set focus on the element - `What is the expected behavior?` It is expected it...
There are some situations when the gesture handler will cause two mousedown events to be fired for a single touch on mobile. This is problematic for anything that depends on...
**Actual Behavior**: - When an mdToast dialog pops up, it's announced twice by the screen reader. The transcript is: [text in mdToast] Alert [text in mdToast] Alert - The text...