?
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
指定自定義行為到mouseup事件上。
<ANY
ng-mouseup="">
...
</ANY>
參數(shù) | 類型 | 詳述 |
---|---|---|
ngMouseup | expression | 在mouseup觸發(fā)時(shí)執(zhí)行的表達(dá)式 . (事件對(duì)象存放于 |
<button ng-mouseup="count = count + 1" ng-init="count=0">
Increment (on mouse up)
</button>
count: {{count}}