Top "Angularjs-material" questions

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

How do I fix the npm UNMET PEER DEPENDENCY warning?

I'm on Windows 10, with Node 5.6.0 and npm 3.6.0. I'm trying to install angular-material and mdi into my working folder. npm install …

angularjs node.js npm npm-install angularjs-material
How to use <md-icon> in Angular Material?

I was wondering how to use Material's icons, as this is not working: <material-icon icon = "/img/icons/ic_access_…

angularjs material-design angularjs-material
Angular material layout - expand to fill window

I am attempting to create an Angular material layout. My goal is to create a page where it fills the …

html css angularjs angularjs-material
How to set text color in Angular-Material?

I want to set one word in a sentence to have md-primary color, and another word to have the accent …

angularjs-material
How do I change md-input-container placeholder color using css in angular material?

How do I change md-input-container placeholder color using css in Angular Material? As screenshot below I have phone no. and …

css angularjs-material
How to align the radio buttons horizontally in angular material?

I was expecting a in-built directive or a tag for this but probably not according to their documentation. This is …

css angularjs angularjs-material
How to change the underline color of selected tab in angular-material?

I am following tutorial to put md-tabs in the md-toolbar from here. But, My selected indicator tab is same color …

javascript angularjs angularjs-material
Create a starter project for material angular

Is there as starter project for material angular just like ionic starter project? I have tried using angular-seed and wire …

angularjs angularjs-material
Browser support for Angular material

I want to use Angular Material for my next projects. https://material.angularjs.org I didn't find any documentation about …

javascript css angularjs flexbox angularjs-material
Best way to implement a toggle button in AngularJS Material

I am looking for a simple solution to implement a toggle button with a custom selected / unselected icon in AngularJS …

angularjs angularjs-material