blob: abcc9366433d895273d92fb0f60ac7f58ebb1c41 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example49</title>
<script src="../../../angular.min.js"></script>
</head>
<body ng-app="">
<script type="text/ng-template" id="/tpl.html">
Content of the template.
</script>
<a ng-click="currentTpl='/tpl.html'" id="tpl-link">Load inlined template</a>
<div id="tpl-content" ng-include src="currentTpl"></div>
</body>
</html>