예
입력 필드의 텍스트 복사 될 때 실행 expresson :
<input ng-copy="count = count + 1" ng-init="count=0" value="Copy this text"
/>
»그것을 자신을 시도 정의 및 사용
ng-copy
지시자는 HTML 요소가 복사 될 때 수행 할 것을 AngularJS와 알려줍니다.
ng-copy
AngularJS와의 지시문은 모두 요소의 원래 oncopy 이벤트를 무시하지 않습니다 ng-copy
식 원래 oncopy 이벤트가 실행됩니다.
통사론
< element ng-copy=" expression "></ element >
모든 HTML 요소에 의해 지원됩니다.
매개 변수 값
Value | Description |
---|---|
expression | An expression to execute when the text of an element is being copied. |