Hi Andy,

Have a look at $templateCache 
<https://docs.angularjs.org/api/ng/service/$templateCache>. Also, the most 
builds will have something that bundles the templates into the JS.  When 
that is done, you still see the HTTP-call, but it's actually not fetched 
from the server but from JS. Don't ask me how that works, I never looked 
into it. This http-call might even happen if you use $templateCache. 

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to