option to force refresh all feeds

This commit is contained in:
Athou
2013-07-27 11:21:26 +02:00
parent da94880c53
commit 37437877e1
5 changed files with 40 additions and 5 deletions

View File

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