Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b9b1d commit a659049Copy full SHA for a659049
docs/content/tutorial/step_05.ngdoc
@@ -179,7 +179,7 @@ describe('PhoneCat controllers', function() {
179
180
// The injector ignores leading and trailing underscores here (i.e. _$httpBackend_).
181
// This allows us to inject a service but then attach it to a variable
182
- // with the same name as the service.
+ // with the same name as the service in order to avoid a name conflict.
183
beforeEach(inject(function(_$httpBackend_, $rootScope, $controller) {
184
$httpBackend = _$httpBackend_;
185
$httpBackend.expectGET('phones/phones.json').
0 commit comments