Ng Ng Cut
# AngularJS `ng-cut` Directive
[ AngularJS Reference](#)
* * *
## AngularJS Example
Execute an expression when text in an input field is cut:
[Try it Β»](#)
* * *
## Definition and Usage
The **ng-cut** directive tells AngularJS what to do when text is cut from an HTML element.
The **ng-cut** directive does not override the element's original oncut event. When the event triggers, both the **ng-cut** expression and the original oncut event will execute.
* * *
## Syntax
The directive is supported by ``, ``, ``, `
YouTip