From 4a6995be18b15de1834a39c8921a0e4109671bb6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Jun 2016 22:08:03 +0200 Subject: First draft to use webpack instead of systemjs --- .../app/videos/video-add/video-add.component.html | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 client/app/videos/video-add/video-add.component.html (limited to 'client/app/videos/video-add/video-add.component.html') diff --git a/client/app/videos/video-add/video-add.component.html b/client/app/videos/video-add/video-add.component.html deleted file mode 100644 index 80d229cb8..000000000 --- a/client/app/videos/video-add/video-add.component.html +++ /dev/null @@ -1,41 +0,0 @@ -

Upload a video

- -
-
- - -
- Name is required -
-
- -
-
- Select the video... - -
- - {{ fileToUpload.name }} -
- -
- - -
- A description is required -
-
- -
- {{ progressBar.value | bytes }} / {{ progressBar.max | bytes }} -
- - -
-- cgit v1.2.3