The ngPaste directive specifies custom behavior to run when a user pastes content
ngPaste
<input ng-paste="paste=true" ng-init="paste=false" placeholder='paste here'> pasted: {{paste}}