]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/global.js
Migrated editor toolbox, No more directives!
[bookstack] / resources / assets / js / global.js
index 7126479c1f2b4fda807cbd80619283a1400be18e..faf5a499d34e906f71f3cedaaf0d9d2f4ed6f3f0 100644 (file)
@@ -80,9 +80,7 @@ require("./vues/vues");
 require("./components");
 
 // Load in angular specific items
-const Directives = require('./directives');
 const Controllers = require('./controllers');
-Directives(ngApp, window.$events);
 Controllers(ngApp, window.$events);
 
 //Global jQuery Config & Extensions