©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
指定自定义行为到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}}