?
Ce document utilise Manuel du site Web PHP chinois Libérer
指定自定義行為到mouseover事件上。
<ANY
ng-mouseover="">
...
</ANY>
參數(shù) | 類(lèi)型 | 詳述 |
---|---|---|
ngMouseover | expression | 在mouseover觸發(fā)時(shí)執(zhí)行的表達(dá)式 . (事件對(duì)象存放于 |
<button ng-mouseover="count = count + 1" ng-init="count=0">
Increment (when mouse is over)
</button>
count: {{count}}