Skip to content

Commit

Permalink
test($templateRequest): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak authored and Narretz committed Oct 30, 2015
1 parent 11d60af commit f5bc3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ng/templateRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var $compileMinErr = minErr('$compile');
/**
* @ngdoc provider
* @name $templateRequestProvider
*
* @description
* Used to configure the options passed to the {@link $http} service when making a template request.
*
Expand Down
4 changes: 2 additions & 2 deletions test/ng/templateRequestSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('$templateRequest', function() {

function someTransform() {}

module(function($templateRequestProvider, $httpProvider) {
module(function($templateRequestProvider) {

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

var httpOptions = {};

module(function($templateRequestProvider, $httpProvider) {
module(function($templateRequestProvider) {
$templateRequestProvider.httpOptions(httpOptions);
});

Expand Down

0 comments on commit f5bc3ed

Please sign in to comment.