nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-cache / build_examples / r.js / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title>My App</title>
5   <!-- load scripts dynamically -->
6   <script data-main="main" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.17/require.min.js"></script>
7
8   <!-- load bundled scripts -->
9   <!--<script data-main="bundle" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.17/require.min.js"></script>-->
10 </head>
11 <body ng-cloak>
12 <h1>{{ test }}</h1>
13 </body>
14 </html>