Browse Source

use static loader

Davide Alberani 9 years ago
parent
commit
1b0098793f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      angular_app/index.html

+ 1 - 0
angular_app/index.html

@@ -13,6 +13,7 @@
         <script src="/static/js/angular-ui-router.min.js"></script>
         <script src="/static/js/angular-websocket.js"></script>
         <script src="/static/js/angular-translate.js"></script>
+        <script src="/static/js/angular-translate-loader-static-files.min.js"></script>
         <script src="/static/js/eventman.js"></script>
         <script src="/js/app.js"></script>
         <script src="/js/i18n.js"></script>