8000
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 dd7b508 commit 10406deCopy full SHA for 10406de
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