-
The code to check if the user is logged in is very complicated [1]. It'd be much simpler if `auth.update()` returned a promise, and was used in a route resolve function [2].
An alternative more gener…
-
I tried color picker with material 1.0.3 and angular 1.4.8 and all layout becomes askew.
In both parts editor and dialog.
urrri updated
8 years ago
-
Typing indicator within md-input-container shows wrong vertical position when scrolling in Safari on iPad.
Can be recreated by visiting https://material.angularjs.org/latest/#/demo/material.component…
-
I did a mockup of a dialog box with 4 md-input-container's with inputs which are stacked vertically and when the vertical space shrinks the inputs start acting all weird in chrome for desktop and andr…
-
hi im getting some strange behaviour from $mdToast in nested ui-view when i call the toast this is what i got
**before call**
![screen shot 2015-06-14 at 6 08 33 pm](https://cloud.githubusercontent.…
-
HTML5 datalist is a inputable dropdown. `` in angularMaterial cannot replace it (`` doesn't have a initial dropdown).
any plans of this element?
-
In version 1.0.7 clickOutsideToClose does not work as expected. Please modify the following pen to use version 1.0.7 to reproduce the issue:
https://codepen.io/team/AngularMaterial/pen/mVxgbg
There …
ghost updated
8 years ago
-
When a list item is clicked that contains a secondary element (like a checkbox) a nifty wave animation is triggered. A user can trigger this by hiding a checkbox inside the list item with display:non…
-
When using `md-tabs` with the `md-dynamic-height` attribute, my tabs auto size and look great. However, if I have anchor links to parts within the the tab contents, and the user clicks on an anchor li…
-
I would like to know if it's possible to use an Angular - Material dialog to insert a custom URL.
The text editor is already inside an Angular - Material dialog.