diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 09:50:26 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 09:50:26 +0200 |
commit | 8140a704bbbecd149c68267545e4215579c9785c (patch) | |
tree | 405d1ba07eedb8244ac94aa7bcfab320e93ffe32 /client/angular/videos/components/watch | |
parent | 471bc22f19767c1cb1e7ba7ad0ddf0ff5f0e88f4 (diff) | |
download | PeerTube-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.ts | 1 |
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 @@ | |||
1 | import { Component, OnInit, ElementRef } from '@angular/core'; | 1 | import { Component, OnInit, ElementRef } from '@angular/core'; |
2 | import { RouteParams, CanDeactivate, ComponentInstruction } from '@angular/router-deprecated'; | 2 | import { RouteParams, CanDeactivate, ComponentInstruction } from '@angular/router-deprecated'; |
3 | |||
3 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; | 4 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; |
4 | 5 | ||
5 | // TODO import it with systemjs | 6 | // TODO import it with systemjs |