]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/global.js
Update/fix german translation
[bookstack] / resources / assets / js / global.js
index 3879a4d4f0e00e0b6bcd97f62b8fa317b8d5cdda..28d1e3b0c35f3a45d8a559aaa4bf52f6ebe58410 100644 (file)
@@ -67,10 +67,8 @@ require("./vues/vues");
 require("./components");
 
 // Load in angular specific items
-const Services = require('./services');
 const Directives = require('./directives');
 const Controllers = require('./controllers');
-Services(ngApp, window.Events);
 Directives(ngApp, window.Events);
 Controllers(ngApp, window.Events);