Skip to content

Commit 17b0acc

Browse files
committed
(#8) activate new pipes.
1 parent 141eaee commit 17b0acc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/app/pipes/pipes.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ import {Pipes} from 'angular2/change_detection';
77
/*
88
* App Pipes
99
*/
10-
/* TODO: Create these pipe classes
11-
import {capitalize} from './CapitalizePipe';
10+
import {capitalize} from './Capitalize/Capitalize-Pipe';
1211
import {rxAsync} from './RxPipe';
13-
*/
1412

1513
export var appPipes = [
1614
Pipes.extend({
17-
//'async': rxAsync,
18-
//'capitalize': capitalize
15+
'async': rxAsync,
16+
'capitalize': capitalize
1917
// add more pipes to this Map
2018
})
2119
];

0 commit comments

Comments
 (0)