Skip to content

Commit 6849c15

Browse files
Jed Maoprotomouse
Jed Mao
authored and
protomouse
committed
Remove angular reference from specs
1 parent 41d341a commit 6849c15

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

templates/typescript/spec/controller.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
21
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
32
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4-
53
/// <reference path="../../../app/scripts/controllers/<%= cameledName.toLowerCase() %>.ts" />
64

75
'use strict';

templates/typescript/spec/directive.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
21
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
32
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4-
53
/// <reference path="../../../app/scripts/directives/<%= cameledName.toLowerCase() %>.ts" />
64

75
'use strict';

templates/typescript/spec/filter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
21
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
32
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4-
53
/// <reference path="../../../app/scripts/filters/<%= cameledName.toLowerCase() %>.ts" />
64

75
'use strict';

templates/typescript/spec/service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/// <reference path="../../../bower_components/dt-angular/angular.d.ts" />
21
/// <reference path="../../../bower_components/dt-angular/angular-mocks.d.ts" />
32
/// <reference path="../../../bower_components/dt-jasmine/jasmine.d.ts" />
4-
53
/// <reference path="../../../app/scripts/services/<%= cameledName.toLowerCase() %>.ts" />
64

75
'use strict';

0 commit comments

Comments
 (0)