summaryrefslogtreecommitdiffstats
path: root/js/controller/AppController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/AppController.js')
-rw-r--r--js/controller/AppController.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/controller/AppController.js b/js/controller/AppController.js
index e962bd66a..0365e993b 100644
--- a/js/controller/AppController.js
+++ b/js/controller/AppController.js
@@ -19,4 +19,6 @@ app.controller('AppController', function (Loading, FeedResource, FolderResource)
this.play = function (item) {
this.playingItem = item;
};
+
+ this.t = window.t;
});