From 17c912d9b111eb4af3ff171a23dc866f76dc4fab Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 3 May 2016 20:23:23 +0200 Subject: Fix angular pipes --- client/angular/videos/components/watch/videos-watch.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/angular') diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts index 52c31fe32..b996ad882 100644 --- a/client/angular/videos/components/watch/videos-watch.component.ts +++ b/client/angular/videos/components/watch/videos-watch.component.ts @@ -1,6 +1,6 @@ import { Component, OnInit, ElementRef } from 'angular2/core'; import { RouteParams, CanDeactivate, ComponentInstruction } from 'angular2/router'; -import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; +import { BytesPipe } from 'angular-pipes/math'; // TODO import it with systemjs declare var WebTorrent: any; -- cgit v1.2.3