mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
activity spinner
This commit is contained in:
@@ -132,7 +132,6 @@ module.controller('FeedListCtrl', function($scope, $routeParams, $http,
|
||||
offset : $scope.entryList.entries.length,
|
||||
limit : $scope.limit
|
||||
}, function(data) {
|
||||
console.log(data)
|
||||
var entries = data.entries
|
||||
for ( var i = 0; i < entries.length; i++) {
|
||||
$scope.entryList.entries.push(entries[i]);
|
||||
|
||||
Reference in New Issue
Block a user