My intention is to load all the templates of my web app with one single call to an external JSON file containing a list of all the template names and values.
I am curren
This Fiddle is what you need.
Basically - you can just put the $templateCache key in the templateUrl: property value inside the $routeProvider configuration.
$templateCache
templateUrl:
$routeProvider