ความหมายและการใช้งาน
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. |