mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-02 22:37:07 +08:00
docs(tutorial): fix minor errors in step 11
I added these when amending the previous commit. My bad ._.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user