View source Improve this doc

ngCut
directive in module ng

Description

Specify custom behavior on cut event.

Usage

as attribute
<window, input, select, textarea, a ng-cut="{expression}">
   ...
</window, input, select, textarea, a>

Parameters

ParamTypeDetails
ngCutexpression

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

Example

Source



Demo