Angular ngPaste
The ngPaste directive specifies custom behavior to run when a user pastes content
<input ng-paste="paste=true" ng-init="paste=false" placeholder='paste here'>
pasted: {{paste}}
<input ng-paste="paste=true" ng-init="paste=false" placeholder='paste here'>
pasted: {{paste}}
In this page (written and validated by A. Gawali) you learned about AngularJS ngPaste . What's Next? If you are interested in completing AngularJS tutorial, your next topic will be learning about: AngularJS ngClick.
Share On: |