ngCopy

  1. directive in module ng

Specify custom behavior on copy event.

Directive Info

  • This directive executes at priority level 0.

Usage

  • as attribute:
    <window, input, select, textarea, a
      ng-copy="expression">
    ...
    </window, input, select, textarea, a>

Arguments

Param Type Details
ngCopy expression

Expression to evaluate upon copy. (Event object is available as $event)

doc_AngularJS
2016-03-29 16:11:48
Comments
Leave a Comment

Please login to continue.