Add cor progress bar

This commit is contained in:
Sam Chow 2018-06-05 11:26:24 -04:00
parent 13293ecdea
commit d5db3462b9
10 changed files with 140 additions and 1504 deletions

View file

@ -1,10 +1,11 @@
const templateUrl = require('./file-upload-box.html');
/**
* An element which adds a stylize box for uploading a file.
*/
angular.module('quay-config').directive('fileUploadBox', function () {
var directiveDefinitionObject = {
priority: 0,
templateUrl: '/static/directives/file-upload-box.html',
templateUrl,
replace: false,
transclude: true,
restrict: 'C',