forked from Archives/Athou_commafeed
prevent unintentional entry list reset
This commit is contained in:
@@ -729,9 +729,6 @@ module.controller('FeedListCtrl', [
|
||||
}
|
||||
|
||||
var callback = function(data) {
|
||||
if (data.offset === 0) {
|
||||
$scope.entries = [];
|
||||
}
|
||||
for ( var i = 0; i < data.entries.length; i++) {
|
||||
var entry = data.entries[i];
|
||||
if (!_.some($scope.entries, {
|
||||
|
||||
Reference in New Issue
Block a user