summaryrefslogtreecommitdiffstats
path: root/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 13bd14a61..1b16853af 100644
--- a/js/app.js
+++ b/js/app.js
@@ -267,7 +267,7 @@
__hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
- app = angular.module('News', []).config(function($provide) {
+ app = angular.module('News', ['ui']).config(function($provide) {
var config;
config = {
MarkReadTimeout: 500,