Implements a better modal for an album

This commit is contained in:
2016-02-12 17:04:11 +01:00
parent 4c5207461a
commit c13dc5dad1
4 changed files with 75 additions and 30 deletions

View File

@@ -42,4 +42,7 @@ directives.controller('AlbumModalInstanceCtrl', function($scope,$uibModalInstanc
$scope.ok = function() {
$uibModalInstance.close('');
};
$scope.getLink = function(n) {
return $scope.album[n];
}
});