-
example: http://codepen.io/anon/pen/bpYxjb
-
**Issue:** A long ngMessage causes a box to grow in horizontal space
**Angular version:** 1.03
**Browser**: Chrome, others not tested
**Example:** http://codepen.io/noilly/pen/PZyreb
-
Tested on here on Nokia Lumia 735 where it was really noticeable.
![wp_ss_20150603_0003](https://cloud.githubusercontent.com/assets/5277488/7973254/81f30a08-0a4b-11e5-9b9e-cb8f91ef3b06.png)
Not so b…
-
I have installed the pre-built version using jspm (overriding the dependency on css):
```
jspm install angular-material -o '{ shim: {} }'
```
Then I can use JSPM and ES6 to import the javascript onl…
-
I am trying to convert the Angular Material typescript definition file to a swc. It has dependencies on AngularJS and JQuery. I have attached the files I am using to this issue. Here are the errors…
-
The layout of md components is completely out of place when testing in default browsers.
-
I want to use Roboto Light and Robot Thin as my primary font. Is there any way I can do that ?
-
On Internet Explorer (11) if there are at least 2 input fields in a row sized with flex and layout-sm is set to "column" then the fields disappear or are inaccessable on narrow browser window. This ca…
-
Take a look at this screen shot:
https://www.dropbox.com/s/kfkp8uc3ptnefax/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202015-03-28%2001.15.35.png?dl=0
It was made on official website. I just c…
-
It seems that the css for the md-avatar-icon is a bit too specific.
``` css
md-list-item > .md-avatar-icon {
background-color: '{{foreground-3}}';
color: '{{background-color}}';
}
```
When a…