diff -r a8b5b11ef6b2 -r c6fa8ee3f562 client/app/index.html --- 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', { + + idExpo: "1", + record: angular.fromJson('{"record": "record value"}'), urls: { - base_static: "./", - ammicoUrl: "http://127.0.0.1:8000/ammico", + + ammicoUrl: "http://127.0.0.1:8000/ammico/", + + searchUrl: "http://ammico.labs.exalead.com/search-api" + } });