- directive in module ng
Specify custom behavior on copy event.
Directive Info
- This directive executes at priority level 0.
Usage
- as attribute: 1234
<
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 |
Please login to continue.