summaryrefslogtreecommitdiffstats
path: root/coffee
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 /coffee
parent65e5cacbb42070774b8d35068f1ce9bd97dff9c7 (diff)
added angular ui for ui-if to not include audio elements everywhere and throw lots of warnings
Diffstat (limited to 'coffee')
-rw-r--r--coffee/app.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/coffee/app.coffee b/coffee/app.coffee
index 91d29879f..174893515 100644
--- a/coffee/app.coffee
+++ b/coffee/app.coffee
@@ -13,7 +13,7 @@
#
###
-app = angular.module('News', []).config ($provide) ->
+app = angular.module('News', ['ui']).config ($provide) ->
# enter your config values in here
config =
MarkReadTimeout: 500