How to execute a function on "Paste" event in input in Angular 1.1.5? I know there is a ng-change
directive for input. But it fires each time the input changes, I need only once on initial paste.
Use-case: I have a URL input. I want to execute a function after user pastes the URL. User also can manually enter the URL and execute the function by pressing Enter.
--
Update: Since Angular 1.2.0, ngPaste is a native directive.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…