UNPKG

templatecache

Version:
1 lines 442 B
angular.module("templates").run(function($templateCache){$templateCache.put("templates/template1.html","<div> This is an angular template demo</div>");$templateCache.put("templates/template2.html","<div> Another template demo, with angular directives etc.: {{somveVar}} <a ng-href=someLinkVar>some link</a> <div ng-repeat=\"item in items track by item.id\"> <h2 ng-class=item.class>{{item.title}}</h2> </div></div>");});