Top "Angularjs-material" questions

Use this tag for any question related to "AngularJS Material", the material design framework for AngularJS.

multi-item responsive carousel for angular material

I'm trying to create a multi item responsive slider in AngularJS. I'm familiar with Owl Carousel (https://owlcarousel2.github.io/…

angularjs slider carousel responsive angularjs-material
How to create a responsive (varying column count) Angular-Material card grid

I'm trying to create a grid of Angular-Material cards that behaves somewhat like a Bootstrap grid. Ideally, cards will be …

angularjs responsive-design material-design angularjs-material
Angular Material layout-align center doesn't affect text in small mode

I expect this code to center the content both vertically and horizontally. It does that, but as soon as I …

html angularjs material-design angularjs-material
How do you add a search bar to angular material?

I am trying to add a search input to an <md-toolbar> but there doesn't seem to be any …

javascript css angularjs material-design angularjs-material
My own styles in angular material ui

material-ui and I want to customize it. Unfortunalety my own styles are overwritten by the framework styles. For example when …

angularjs angularjs-material
Change md-checkbox color

So it looks I can change the background-color of an empty md-checkbox by doing : md-checkbox .md-icon { background: red; } But I …

javascript css angularjs checkbox angularjs-material
How do I disable ngAria in ngMaterial?

ngAria (an accessibility module) is adding an unnecessary bower import to my Angular Material project - and now it is …

wai-aria angularjs-material
i want set format of md-datepicker to dd-mm-yyyy

datepicker of angular material. i want to keep change format of date picker to dd-mm-yyyy. angular.module('MyApp') .controller('AppCtrl', …

angularjs angularjs-material
md-sidenav toggle() is on top of the md-toolbar

I want to be able to toggle a sidenav without hiding the top left part of the md-toolbar, similiar to …

javascript jquery angularjs angularjs-material
How to adjust the height of AngularJS Material Select Box?

I have the following code <md-input-container style="margin-right: 10px;width: 13%;" class="ScenarioDetailsDropdown" > <h4 class="LabelsPageOne">Geography …

angularjs angularjs-material