activity spinner

This commit is contained in:
Jeremie Panzer
2013-03-27 13:59:57 +01:00
parent 1515eec5e7
commit 0b848aec95
8 changed files with 64 additions and 7 deletions

View File

@@ -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]);