Adds endless scrolling on albums
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user