summaryrefslogtreecommitdiffstats
path: root/js/app/controllers
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:31:30 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:31:30 +0200
commit0ed9131f3f1c851158421b39767bf94264f80b8b (patch)
tree51ee951c0c7cd6cff6a3cd1456e2987a8943edaa /js/app/controllers
parent7c3c70fc88b669386cca180250081be45cdfeb92 (diff)
add simple keyboard shortcuts, implemt keep unread fix #43, implement mark as read when scrolling fix #4
Diffstat (limited to 'js/app/controllers')
-rw-r--r--js/app/controllers/itemcontroller.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/controllers/itemcontroller.coffee b/js/app/controllers/itemcontroller.coffee
index a08486d08..4fd00ec59 100644
--- a/js/app/controllers/itemcontroller.coffee
+++ b/js/app/controllers/itemcontroller.coffee
@@ -55,6 +55,7 @@ Language) ->
@_$scope.$on 'readItem', (scope, data) =>
console.log data
+ @_itemBusinessLayer.setRead(data)