summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-cache/build_examples/webpack_es6_2/index.html
blob: 9769ccd3191801504db431f085e57d84f1ab1f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html ng-app="app">
<head>
  <title>My App</title>
  <!-- load bundled scripts -->
  <script src="bundle.js"></script>
</head>
<body>
<h1>{{ test }}</h1>
</body>
</html>