©
本文档使用
php.cn手册 发布
指定自定义行为到mouseover事件上。
<ANY
ng-mouseover="">
...
</ANY>
参数 | 类型 | 详述 |
---|---|---|
ngMouseover | expression | 在mouseover触发时执行的表达式 . (事件对象存放于 |
<button ng-mouseover="count = count + 1" ng-init="count=0">
Increment (when mouse is over)
</button>
count: {{count}}