material
material copied to clipboard
Material design for AngularJS
**Actual Behavior**: - `What is the issue? *` md-virtual-repeat does not show with md-options . But some of this is listing, but not behave as a selection ` {{option.text}} `...
### Discuss the use-case or motivation for changing the existing behavior We need to [support using the non-deprecated `sass` package](https://github.com/angular/material/issues/12114) instead of only the deprecated `node-sass` package. But to do...
# AngularJS Material is in LTS mode We are no longer accepting changes that are not critical bug fixes into this project. See [Long Term Support](https://material.angularjs.org/latest/#long-term-support) for more detail. ##...
## PR Checklist Please check your PR fulfills the following requirements: - [x] The commit message follows [our guidelines](https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format) - [ ] Tests for the changes have been added or...
**Actual Behavior**: - `What is the issue? *` md-sidenav scss sets some flexbox properties (like here: https://github.com/angular/material/blob/master/src/components/sidenav/sidenav.scss#L8 ), but then only in locked states it actually gets `display: flex` applied...
### Bug, feature request, or proposal: I looked at documentation to find a process to add multiple tags in autocomplete. It was not obvious quickly from documentation ### What is...
### Proposal: Include unofficial AngularJS Material TypeScript typings (https://www.npmjs.com/package/@types/angular-material) in the docs site. ### What is the use-case or motivation for changing an existing behavior? While not officially supported, it...
**Actual Behavior**: - `What is the issue? *`I have a md-content-menu with ng-repeat of items..and md-tooltip does not work. - `What is the expected behavior?`md-tooltip to work. **CodePen** (or steps...
Whenever you click away the FAB toolbar in a safari iphone browser the color changes incorrectly. Try it a few times. Tested with default themes, custom themes, custom md-hue colors...
**Actual Behavior**: - `What is the issue? *` tooltip sets up watcher even if we have one time binding. - `What is the expected behavior?` tooltip should set up watchers...