docs(tutorial): fix minor errors in step 11

I added these when amending the previous commit. My bad ._.
This commit is contained in:
Caitlin Potter
2014-05-31 17:37:54 -04:00
parent 42a367df81
commit 16aa3aff51

View File

@@ -193,6 +193,7 @@ ignores methods.
__`test/unit/controllersSpec.js`:__
```js
describe('PhoneCat controllers', function() {
@@ -206,7 +207,7 @@ describe('PhoneCat controllers', function() {
beforeEach(module('phonecatApp'));
beforeEach(module('phonecatServices'));
```
describe('PhoneListCtrl', function(){
var scope, ctrl, $httpBackend;