LoginSignup
0
0

More than 5 years have passed since last update.

AngularJS | ディレクティブ名

Last updated at Posted at 2018-07-28
ディレクティブ名 概要
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 サブミットした時
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0