client/app/index.html
changeset 146 c6fa8ee3f562
parent 114 e4ffc4e13a8e
child 172 ffdfe491869c
--- a/client/app/index.html	Tue Jun 09 19:09:29 2015 +0200
+++ b/client/app/index.html	Tue Jun 09 19:10:45 2015 +0200
@@ -78,11 +78,17 @@
           .value('context', {
               <!-- build:token -->
   			  <!-- endbuild -->
+  			  <!-- build:idExpo -->
+  			  idExpo: "1",
+			  <!-- endbuild -->
 			  record: angular.fromJson('{"record": "record value"}'),
               urls: {
-                  base_static: "./",
-                  ammicoUrl: "http://127.0.0.1:8000/ammico",
+                  <!-- build:ammicoUrl -->
+                  ammicoUrl: "http://127.0.0.1:8000/ammico/",
+                  <!-- endbuild -->
+                  <!-- build:searchUrl -->
                   searchUrl: "http://ammico.labs.exalead.com/search-api"
+                  <!-- endbuild -->
               }
           });