Comment on Fragment.js - A tiny tool for loading html fragments and templatesparentComments−Kiro13yDefault behavior for ngView in Angular is to fetch the template with Ajax. You have your view html files in a partials directory.−ZaneA13yI believe Angular will search for inline templates first, so as long as you use the same path for the template name it won't attempt any AJAX fetching.
Comments
Default behavior for ngView in Angular is to fetch the template with Ajax. You have your view html files in a partials directory.
I believe Angular will search for inline templates first, so as long as you use the same path for the template name it won't attempt any AJAX fetching.