commit | 828d1e8ab2089933222882323897f85c25ce478b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 17 14:49:38 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 17 16:31:51 2017 -0800 |
tree | ed8f3f6da26fae7499e670e52f9bfcff1e198621 | |
parent | b6c5ba3d351b8a4d07c90fa2ba4d35123490661a [diff] [blame] |
Moved config to ngConstant to mount that from outside the container Change-Id: I23169cdeeae9034ea97e94089dcdbca3179bbb23
diff --git a/src/index.html b/src/index.html index 8cf67ce..2f5ee65 100644 --- a/src/index.html +++ b/src/index.html
@@ -15,4 +15,6 @@ <body class="{{class}}"> <ui-view></ui-view> </body> + <script type="text/javascript" src="./app.config.js"></script> + <script type="text/javascript" src="./style.config.js"></script> </html>