nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-cache / build_examples / webpack_es6_2 / index.html
1 <!DOCTYPE html>
2 <html ng-app="app">
3 <head>
4   <title>My App</title>
5   <!-- load bundled scripts -->
6   <script src="bundle.js"></script>
7 </head>
8 <body>
9 <h1>{{ test }}</h1>
10 </body>
11 </html>