aboutsummaryrefslogtreecommitdiff
path: root/app/pipes.ts
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-03 21:34:35 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-03 21:34:35 -0800
commit7955dbcc9272f258c9b36e67853471e59d851cac (patch)
tree07a994f849b8a2c451337624ac15e9eae38f8f75 /app/pipes.ts
parent08497567950cd04916cd2608334d9ea85e811c20 (diff)
create common nav, update README
Diffstat (limited to 'app/pipes.ts')
-rw-r--r--app/pipes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pipes.ts b/app/pipes.ts
index d9f7ab5..214c87a 100644
--- a/app/pipes.ts
+++ b/app/pipes.ts
@@ -5,6 +5,6 @@ import {Pipe} from 'angular2/core';
export class MomentDatePipe {
transform(value:string, args:string[]) : any {
- return moment(value).format('LLLL');
+ return moment(value).format('LLL');
}
}