?
本文檔使用 php中文網(wǎng)手冊(cè) 發(fā)布
指定自定義行為到mouseenter事件上。
<ANY
ng-mouseenter="">
...
</ANY>
參數(shù) | 類型 | 詳述 |
---|---|---|
ngMouseenter | expression | 在mouseenter觸發(fā)時(shí)執(zhí)行的表達(dá)式 . (事件對(duì)象存放于 |
<button ng-mouseenter="count = count + 1" ng-init="count=0">
Increment (when mouse enters)
</button>
count: {{count}}