fix infinity scroll

This commit is contained in:
Athou
2013-03-25 18:41:03 +01:00
parent 3b852d7743
commit 2c3a5274be
4 changed files with 41 additions and 23 deletions

View File

@@ -78,7 +78,7 @@ module.factory('EntryService', [
}
}
};
res = $resource('rest/entries/:_method/:_type/:_id/:_readtype', {},
res = $resource('rest/entries/:_method', {},
actions);
return res;
} ]);