ディレクティブ名 | 概要 |
---|---|
ng-click | クリックした時 |
ng-dblclick | ダブルクリックした時 |
ng-mousedown | マウスボタンが押されたとき |
ng-mouseup | マウスボタンが離されたとき |
ng-mouseenter | 要素にマウスポインターが入った時 |
ng-mouseleave | 要素からマウスポインターが出た時 |
ng-mousemove | 要素上をマウスポインターが移動した時 |
ng-mouseover | 要素上にマウスポインターが重なった時 |
ng-mouseout | 要素上に重なっていたマウスポインターが外れた時 |
ng-focus | 要素にフォーカスした時 |
ng-blur | 要素からフォーカスが外れた時 |
ng-keydown | キーを押した時 |
ng-keypress | キーを押し続けている時 |
ng-keyup | キーを離した時 |
ng-change | 値を変更し時 |
ng-copy | コピーした時 |
ng-cut | カットした時 |
ng-paste | ペーストした時 |
ng-submit | サブミットした時 |
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme