-
Codepen:
http://codepen.io/evgeniyoz/pen/WwMZEQ?editors=1000
Firefox 45.0.1
Width 1280px:
Caption of the button is empty and button is not rendered at all (awesome, lol).
Width 1250px (and lower):
…
-
Hi,
I used the code pen in this link : http://codepen.io/kyleledbetter/pen/gbQOaV
However in link given above. The angular material version used is 0.8.3 . When i switched to version 1.0.1, In the si…
-
**gruntfile.js**
``` js
module.exports = function(grunt) {
require('logfile-grunt')(grunt);
grunt.initConfig({
requireRev: {
dist: {
options: {
…
-
Hi. I have a problem with mdDialog. Dialog appears on error with all data I passed. But when I try to close it on ng-click = closeDialog, nothing happens.
Here is a code: http://plnkr.co/edit/YAvQVPR…
-
This is an AngujarJs + AngularMaterial Android App for Credit Card Management, so I thought to show it here at madewithangular.
https://play.google.com/store/apps/details?id=com.hn.coopersoft.creditc…
-
I am trying to render an image within md-card. Its width is fixed(equals to card width), but the height is not adjusting automatically to keep the aspect ratio same. The height of the image is coming …
-
Hi guys
I found out a weird bug - sometimes, I cannot close the dialog with .cancel() / .hide()
I noticed it happened when dialog pops when browser tab is not focused, but it doesn't happend everytim…
-
I am using angular-material.sass (NOT .css version) to compile my app.css but it doesn't work.
Cause of it is `` tag created by JSPM in the and of ``.
Angular material has in `package.json` this lines…
-
When closing a dialog that's opened from a md-menu it animates back to the top left of the page rather than from the location where it appeared from.
It would also be nice to explicitly set the eleme…
-
I have the following button:
```
```
The function in the controller is receiving '{{vm.activeSection.id}}' as the value however looking at the element in chrome developer tools sh…