©
このドキュメントでは、 php中国語ネットマニュアル リリース
指定自定义行为到mouseup事件上。
<ANY
ng-mouseup="">
...
</ANY>
参数 | 类型 | 详述 |
---|---|---|
ngMouseup | expression | 在mouseup触发时执行的表达式 . (事件对象存放于 |
<button ng-mouseup="count = count + 1" ng-init="count=0">
Increment (on mouse up)
</button>
count: {{count}}