summaryrefslogtreecommitdiffstats
path: root/js/app/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/App.js')
-rw-r--r--js/app/App.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/app/App.js b/js/app/App.js
index 9e4ee5621..55c8ef45e 100644
--- a/js/app/App.js
+++ b/js/app/App.js
@@ -15,4 +15,5 @@ $('#content.app-news')
.attr('ng-controller', 'AppController as App');
/* jshint unused: false */
-var app = angular.module('News', ['ngRoute', 'ngSanitize', 'ngAnimate']);
+var app = angular.module('News', ['ngRoute', 'ngSanitize', 'ngAnimate', 'ngVue']);
+