ng-cut

Specify custom behavior on cut event.

Usage

<ANY ng-cut="expression">

</ANY>

API

Attr Type Details
ngCut expression

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

Example

  Edit in Plunker