정의 및 사용
ng-include
지시문은 외부 파일에서 HTML이 포함되어 있습니다.
포함 된 콘텐츠는 지정된 요소의 childNodes에 포함됩니다.
의 값 ng-include
속성은 파일 이름을 반환 표현 될 수 있습니다.
기본적으로 포함 된 파일은 문서와 동일한 도메인에 있어야합니다.
통사론
< element ng-include=" filename " onload=" expression "
autoscroll=" expression " ></ element >
NG-포함 지시어는 요소로 사용할 수 있습니다 :
<ng-include src=" filename " onload=" expression "
autoscroll=" expression " ></ng-include>
모든 HTML 요소에 의해 지원됩니다.
매개 변수 값
Value | Description |
---|---|
filename | A filename, written with apostrophes, or an expression which returns a filename. |
onload | Optional. An expression to evaluate when the included file is loaded. |
autoscroll | Optional. Whether or not the included section should be able to scroll into a specific view. |