目前在较少有:
.ng-click-active,
[ng-click]:active {
background: lightgreen;
}
这是从我们的项目迁移到新的角度(当前为 6.1)留下的。我怎样才能在其中实现相同的行为?有没有办法不写一些附加到 mousedown/touchstart + mouseup/touchend/touchcancel 和添加/删除类的属性指令?
目前在较少有:
.ng-click-active,
[ng-click]:active {
background: lightgreen;
}
这是从我们的项目迁移到新的角度(当前为 6.1)留下的。我怎样才能在其中实现相同的行为?有没有办法不写一些附加到 mousedown/touchstart + mouseup/touchend/touchcancel 和添加/删除类的属性指令?