aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/watch
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-23 09:50:26 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-23 09:50:26 +0200
commit8140a704bbbecd149c68267545e4215579c9785c (patch)
tree405d1ba07eedb8244ac94aa7bcfab320e93ffe32 /client/angular/videos/components/watch
parent471bc22f19767c1cb1e7ba7ad0ddf0ff5f0e88f4 (diff)
downloadPeerTube-8140a704bbbecd149c68267545e4215579c9785c.tar.gz
PeerTube-8140a704bbbecd149c68267545e4215579c9785c.tar.zst
PeerTube-8140a704bbbecd149c68267545e4215579c9785c.zip
Use progress bar from bootstrap for the upload
Diffstat (limited to 'client/angular/videos/components/watch')
-rw-r--r--client/angular/videos/components/watch/videos-watch.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts
index 3eb005d07..6e212e8bc 100644
--- a/client/angular/videos/components/watch/videos-watch.component.ts
+++ b/client/angular/videos/components/watch/videos-watch.component.ts
@@ -1,5 +1,6 @@
1import { Component, OnInit, ElementRef } from '@angular/core'; 1import { Component, OnInit, ElementRef } from '@angular/core';
2import { RouteParams, CanDeactivate, ComponentInstruction } from '@angular/router-deprecated'; 2import { RouteParams, CanDeactivate, ComponentInstruction } from '@angular/router-deprecated';
3
3import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; 4import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe';
4 5
5// TODO import it with systemjs 6// TODO import it with systemjs