File tree 4 files changed +0
-8
lines changed
templates/typescript/spec
4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
- /// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
2
1
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
3
2
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4
-
5
3
/// <reference path="../../../app/scripts/controllers/<%= cameledName.toLowerCase() %>.ts" />
6
4
7
5
'use strict' ;
Original file line number Diff line number Diff line change 1
- /// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
2
1
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
3
2
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4
-
5
3
/// <reference path="../../../app/scripts/directives/<%= cameledName.toLowerCase() %>.ts" />
6
4
7
5
'use strict' ;
Original file line number Diff line number Diff line change 1
- /// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
2
1
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
3
2
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4
-
5
3
/// <reference path="../../../app/scripts/filters/<%= cameledName.toLowerCase() %>.ts" />
6
4
7
5
'use strict' ;
Original file line number Diff line number Diff line change 1
- /// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
2
1
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
3
2
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4
-
5
3
/// <reference path="../../../app/scripts/services/<%= cameledName.toLowerCase() %>.ts" />
6
4
7
5
'use strict' ;
You can’t perform that action at this time.
0 commit comments