summaryrefslogtreecommitdiffstats
path: root/js/app
diff options
context:
space:
mode:
Diffstat (limited to 'js/app')
-rw-r--r--js/app/App.js3
-rw-r--r--js/app/VueComponents.js3
2 files changed, 1 insertions, 5 deletions
diff --git a/js/app/App.js b/js/app/App.js
index 55c8ef45e..9e4ee5621 100644
--- a/js/app/App.js
+++ b/js/app/App.js
@@ -15,5 +15,4 @@ $('#content.app-news')
.attr('ng-controller', 'AppController as App');
/* jshint unused: false */
-var app = angular.module('News', ['ngRoute', 'ngSanitize', 'ngAnimate', 'ngVue']);
-
+var app = angular.module('News', ['ngRoute', 'ngSanitize', 'ngAnimate']);
diff --git a/js/app/VueComponents.js b/js/app/VueComponents.js
deleted file mode 100644
index f9ec405ee..000000000
--- a/js/app/VueComponents.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var IconLinkCompact = require('../vue_components/IconLinkCompact.vue').default;
-var iconLinkCompactComponent = Vue.component('IconLinkCompact', IconLinkCompact);
-app.value('IconLinkCompact', iconLinkCompactComponent);