Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f5bc3ed

Browse files
gkalpakNarretz
authored andcommitted
test($templateRequest): remove unused dependencies
Closes #13199
1 parent 11d60af commit f5bc3ed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/ng/templateRequest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var $compileMinErr = minErr('$compile');
55
/**
66
* @ngdoc provider
77
* @name $templateRequestProvider
8-
*
98
* @description
109
* Used to configure the options passed to the {@link $http} service when making a template request.
1110
*

test/ng/templateRequestSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('$templateRequest', function() {
3131

3232
function someTransform() {}
3333

34-
module(function($templateRequestProvider, $httpProvider) {
34+
module(function($templateRequestProvider) {
3535

3636
// Configure the template request service to provide specific headers and transforms
3737
$templateRequestProvider.httpOptions({
@@ -58,7 +58,7 @@ describe('$templateRequest', function() {
5858

5959
var httpOptions = {};
6060

61-
module(function($templateRequestProvider, $httpProvider) {
61+
module(function($templateRequestProvider) {
6262
$templateRequestProvider.httpOptions(httpOptions);
6363
});
6464

0 commit comments

Comments
 (0)