Include external HTML fragment.
Keep in mind that Same Origin Policy applies to included resources (e.g. ng:include won't work for file:// access).
<ng:include src="..." [scope="..."] [onload="..."]></ng:include>
src – {string} –
expression evaluating to URL.
scope(optional=new_child_scope) – {Scope} –
optional expression which evaluates to an instance of angular.scope to set the HTML fragment to.
onload(optional) – {string} –
Expression to evaluate when a new partial is loaded.