예
표시 / 확인란을 클릭하여 <정보> 목록 숨기기
<input type="checkbox" ng-model="showDetails">
<details ng-open="showDetails">
<summary>Copyright 1999-2016.</summary>
<p> - by
Refsnes Data. All Rights Reserved.</p>
</details>
»그것을 자신을 시도 정의 및 사용
ng-open
지시문은 정보 목록의 공개 속성을 설정합니다.
NG 오픈 속성 내의 표현식이 true를 돌려주는 경우 세부 목록이 표시됩니다.
통사론
<details ng-open=" expression ">...</details>
의 <정보> 요소에 의해 지원됩니다.
매개 변수 값
Value | Description |
---|---|
expression | An expression that will set the element's open attribute if it returns true. |