refresh button now queues the feed for refresh

This commit is contained in:
Athou
2013-04-27 10:44:16 +02:00
parent 71213bfcd8
commit 0fb6c6c40c
4 changed files with 34 additions and 2 deletions

View File

@@ -62,6 +62,12 @@ function($resource, $http) {
_method : 'mark'
}
},
refresh : {
method : 'POST',
params : {
_method : 'refresh'
}
},
subscribe : {
method : 'POST',
params : {