angular.module('mediaModalTemplates', []).run(['$templateCache', function($templateCache) {
'use strict';
$templateCache.put('camera.html',
"
"
);
$templateCache.put('gallery.html',
"\n" +
""
);
$templateCache.put('galleryWindow.html',
"\n" +
"\n" +
""
);
$templateCache.put('upload.html',
""
);
$templateCache.put('webService.html',
"\n" +
"
{{resource.title}}
\n" +
"
\n" +
"\n" +
"
\n" +
"\n" +
"
\n" +
" \n" +
"
\n" +
"\n" +
"
"
);
}]);