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