Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将单元格模板化为下拉按钮。所以我创建了一个带有链接到下拉指令的按钮的单元格模板。如果我在网格外创建此按钮,它可以工作,但在网格内则不行。我不确定,但我猜$scope在模板中无法访问。
$scope
我创建了一个显示问题的Plunker
对我来说它看起来像一个错误。问题与.ngCell. 目前该overflow属性设置为hidden。尝试将此添加到您的 css 文件以覆盖该属性
.ngCell
overflow
hidden
.ngCell { overflow: visible; }