تعريف واستخدام
و ng-include
يتضمن التوجيه HTML من ملف خارجي.
سيتم تضمين محتوى مدرجة في childnodes للعنصر المحدد.
قيمة ng-include
يمكن أيضا أن تكون السمة تعبير، والعودة إلى اسم الملف.
افتراضيا، يجب أن يكون موجودا الملف المضمن في نفس المجال مثل وثيقة.
بناء الجملة
< element ng-include=" filename " onload=" expression "
autoscroll=" expression " ></ element >
ويمكن أيضا أن تشمل-نغ التوجيه استخدامها كعنصر:
<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. |