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 789f0f1 commit b48203fCopy full SHA for b48203f
docs/content/tutorial/step_05.ngdoc
@@ -166,7 +166,7 @@ Because we started using dependency injection and our controller has dependencie
166
controller in our tests is a bit more complicated. We could use the `new` operator and provide the
167
constructor with some kind of fake `$http` implementation. However, Angular provides a mock `$http`
168
service that we can use in unit tests. We configure "fake" responses to server requests by calling
169
-methods on a service called $httpBackend:
+methods on a service called `$httpBackend`:
170
171
```js
172
describe('PhoneCat controllers', function() {
0 commit comments