We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a367d commit 16aa3afCopy full SHA for 16aa3af
1 file changed
docs/content/tutorial/step_11.ngdoc
@@ -193,6 +193,7 @@ ignores methods.
193
194
__`test/unit/controllersSpec.js`:__
195
196
+
197
```js
198
describe('PhoneCat controllers', function() {
199
@@ -206,7 +207,7 @@ describe('PhoneCat controllers', function() {
206
207
208
beforeEach(module('phonecatApp'));
209
beforeEach(module('phonecatServices'));
-```
210
211
212
describe('PhoneListCtrl', function(){
213
var scope, ctrl, $httpBackend;
0 commit comments