client/app/index.html
changeset 114 e4ffc4e13a8e
parent 106 cb13a9009bf5
child 146 c6fa8ee3f562
--- a/client/app/index.html	Thu Jun 04 20:09:20 2015 +0200
+++ b/client/app/index.html	Thu Jun 04 20:10:38 2015 +0200
@@ -76,7 +76,9 @@
   <script type="text/javascript">
       angular.module("ammico")
           .value('context', {
-              record: angular.fromJson('{"record": "record value"}'),
+              <!-- build:token -->
+  			  <!-- endbuild -->
+			  record: angular.fromJson('{"record": "record value"}'),
               urls: {
                   base_static: "./",
                   ammicoUrl: "http://127.0.0.1:8000/ammico",