]> git.uio.no Git - u/erikhf/frm.git/blobdiff - src/index.html
semi working live search
[u/erikhf/frm.git] / src / index.html
index 0d645c314f159951fcfa6eb47dccd00cd0a428e6..5c534d44ef02706f2673cbd301d4da4245e9da16 100644 (file)
         var serverResponse = JSON.parse(xhReq.responseText);
         var dhisAPI = serverResponse.activities.dhis.href;
     </script>
+    <script src="../node_modules/@reactivex/rxjs/dist/global/Rx.js"></script>
+
+    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDlgw6kZAQvD8ex_md-6wb_NcnVlZWkbE4"></script>
     <script src="../node_modules/systemjs/dist/system.src.js"></script>
     <script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
     <script src="../node_modules/angular2/bundles/http.dev.js"></script>
+    <!--<script src="../node_modules/angular2/bundles/router.dev.js"></script>-->
     <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
+    <script src="../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
+    <link rel="stylesheet" type="text/css" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
+    <link rel="stylesheet" type="text/css" href="css/map.css">
+
     <script>
         System.config({
-            packages: {'app': {defaultExtension: 'js'}}
+            packages: {'components': {defaultExtension: 'js'}}
         });
-        System.import('app/app');
+        System.import('components/app');
     </script>
-    <!--
-
-    -->
 </head>
 <body>
-    <hello-world>loading...</hello-world>
+    <mou-app>loading...</mou-app>
 </body>
 </html>