summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:08:35 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:08:35 +0100
commit95384df834a47a3e40f72ddc1e585b66af170efd (patch)
tree45593e2939d34ddd6b9c0bc12f6762e29027db04 /js
parent65e5cacbb42070774b8d35068f1ce9bd97dff9c7 (diff)
added angular ui for ui-if to not include audio elements everywhere and throw lots of warnings
Diffstat (limited to '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,