如何使md-action
内的按钮始终粘在外md-card
的底部,即有静态位置?
http://codepen.io/ResilientJoe/pen/aNEzBp
如此处所述设置layout-align="end end"
无效https://material.angularjs.org/latest/layout/alignment
更新
在<md-card-footer>
内添加按钮解决了问题,因为设置静态高度样式属性不适合我的情况
答案 0 :(得分:0)
问题是md-card-content的高度是动态的,所以如果你修复了md-card-content的高度,你的问题就会得到解决。
即。添加
{{1}}
到您的md-card-content。