File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { Component , OnInit } from 'angular2/core' ;
2
2
import { RouteParams , Router } from 'angular2/router' ;
3
- import { Card } from './Card ' ;
3
+ import { Card } from './card ' ;
4
4
import { CardsService } from './cards.service' ;
5
5
6
6
@Component ( {
@@ -33,4 +33,4 @@ export class NewCardComponent implements OnInit {
33
33
+ this . card . question . substring ( selectionEnd ) ;
34
34
this . card . answer = document . getSelection ( ) . toString ( ) ;
35
35
}
36
- }
36
+ }
Original file line number Diff line number Diff line change 1
1
import { Component , OnInit } from 'angular2/core' ;
2
2
import { RouteParams , Router } from 'angular2/router' ;
3
- import { Extract } from './Extract ' ;
3
+ import { Extract } from './extract ' ;
4
4
import { ExtractsService } from './extracts.service' ;
5
5
6
6
@Component ( {
@@ -28,4 +28,4 @@ export class NewExtractComponent implements OnInit {
28
28
this . _extractsService . addExtract ( this . extract ) ;
29
29
this . _router . navigate ( [ 'Article' , { id : articleId } ] ) ;
30
30
}
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments