Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
comment review
Browse files Browse the repository at this point in the history
  • Loading branch information
erkobridee committed Oct 11, 2013
1 parent 7798cb0 commit 5b4a7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngMockBackend/angular-mocks-backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

ngMockBackend.factory('regexpUrl', function() { return regexpUrl; });

// TODO: deprecated in futures versions
// TODO: deprecate in futures versions
ngMockBackend.factory('angular', function() { return angular; });
ngMockBackend.factory('httpBackend', ['$httpBackend', function($httpBackend) { return $httpBackend; }]);

Expand Down

0 comments on commit 5b4a7b9

Please sign in to comment.