smarter queries for other types

This commit is contained in:
Athou
2013-06-20 18:45:58 +02:00
parent a203246e04
commit 1b37e95336
10 changed files with 283 additions and 80 deletions

View File

@@ -731,6 +731,7 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer
});
EntryService.mark({
id : entry.id,
feedId : entry.feedId,
read : read
});
}
@@ -759,6 +760,7 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer
entry.starred = star;
EntryService.star({
id : entry.id,
feedId : entry.feedId,
starred : star
});
}