mark all as read

This commit is contained in:
Athou
2013-03-25 21:01:29 +01:00
parent 2c3a5274be
commit fa83a6a903
9 changed files with 81 additions and 27 deletions

View File

@@ -152,9 +152,9 @@ module.controller('FeedListCtrl', function($scope, $routeParams, $http,
entry : entry
});
EntryService.mark({
_type : 'entry',
_id : entry.id,
_readtype : read
type : 'entry',
id : entry.id,
read : read
});
}
};