مثال
تنفيذ وexpresson عندما يتم نسخ النص من حقل الإدخال:
<input ng-copy="count = count + 1" ng-init="count=0" value="Copy this text"
/>
انها محاولة لنفسك » تعريف واستخدام
و ng-copy
التوجيه يقول AngularJS ما يجب القيام به عندما يتم نسخها عنصر HTML.
و 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. |