AngularJS ng-open امر
تعریف و استفاده
ng-open
امر تنظیم <details>
لیست اوبن
خواص.
اگر ng-open
The expression returned in the attribute true
if <details>
The list will be visible.
Instance
By clicking the checkbox to display/hide the <details> list:
<input type="checkbox" ng-model="showDetails"> <details ng-open="showDetails"> <summary>Copyright 1999-2024.</summary> <p> - by YK Investment All Rights Reserved.</p> </details>
Syntax
<details ng-open="expression">...</details>
Affected <details>
Element supported.
Parameter
Parameter | Description |
---|---|
expression | If returned true, the expression of the open attribute of the element will be set. |