Fab放置在容器中时停止工作,容器的可见性从隐藏变为可见。
示例很脏但显示问题。
http://codepen.io/anon/pen/jqNwZZ
要消除此问题,请删除:
ng-hide="demo.hide"
或更改js line:
this.hide=true;
到
this.hide=false;
谢谢
答案 0 :(得分:0)
我提交了一份错误报告 https://github.com/angular/material/issues/7287#event-567461554 看来这是已知的问题 https://github.com/angular/material/issues/6789
使用ng-cloak的容器并在其中的元素上使用ng-hide会在fab speedDial中导致此行为。 由于我现在没有时间等待分辨率,所以我使用了菜单。 检查上面的票证,看看这个bug的状态。