diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-03 20:23:23 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-03 20:23:23 +0200 |
commit | 17c912d9b111eb4af3ff171a23dc866f76dc4fab (patch) | |
tree | f8ed22d3b3cb2c971e4555f7a019ee8f01e03bb7 /client/index.html | |
parent | e3647ae226d19ed1401d4c617d35a68de1c4657a (diff) | |
download | PeerTube-17c912d9b111eb4af3ff171a23dc866f76dc4fab.tar.gz PeerTube-17c912d9b111eb4af3ff171a23dc866f76dc4fab.tar.zst PeerTube-17c912d9b111eb4af3ff171a23dc866f76dc4fab.zip |
Fix angular pipes
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index 6a2085ca6..49a448c2c 100644 --- a/client/index.html +++ b/client/index.html | |||
@@ -34,7 +34,7 @@ | |||
34 | } | 34 | } |
35 | }, | 35 | }, |
36 | map: { | 36 | map: { |
37 | 'angular-pipes/src/math/bytes.pipe': '/app/node_modules/angular-pipes/src/math/bytes.pipe.js' | 37 | 'angular-pipes/math': '/app/node_modules/angular-pipes/math.js' |
38 | } | 38 | } |
39 | }); | 39 | }); |
40 | System.import('/app/angular/bootstrap') | 40 | System.import('/app/angular/bootstrap') |