Adds endless scrolling on albums

This commit is contained in:
2016-02-12 18:45:14 +01:00
parent c13dc5dad1
commit c5f294a818
5 changed files with 35 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ directives.controller('AlbumCtrl', function($scope,$http,$log,$uibModal,albumSer
.then(function(data) {
$scope.album = data;
}, function(err) {
$log.error('Could not fetch album' + $scope.id + ' :' + err);
$log.error('Could not fetch album ' + $scope.id + ' :' + err);
});
$scope.openAlbumModal = function() {
var albumModalInstance = $uibModal.open({