uncommented debugging code

This commit is contained in:
Per Ploug Krogslund
2013-08-26 15:05:02 +02:00
parent 1e3d505df1
commit f6fcc9d314

View File

@@ -13,7 +13,7 @@ angular.module("umbraco")
$scope.submitFiles();
});
/*
mediaResource.rootMedia()
.then(function(data) {
$scope.images = data;
@@ -22,7 +22,7 @@ angular.module("umbraco")
img.thumbnail = imageHelper.getThumbnail({ imageModel: img, scope: $scope });
});
});
*/
$scope.selectMediaItem = function(image) {
if (image.contentTypeAlias.toLowerCase() == 'folder') {