Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Step 5 is broken js/controllers.js $http needs to be added as a parameter #84

Closed
walterhiggins opened this issue Oct 23, 2013 · 1 comment
Assignees

Comments

@walterhiggins
Copy link

Need to change ...

phonecatApp.controller('PhoneListCtrl', function PhoneListCtrl($scope) {

... to ...

phonecatApp.controller('PhoneListCtrl', function PhoneListCtrl($scope, $http) {

(js/controllers.js is not in sync with the code snippet in the tutorial text)

@ghost ghost assigned btford Oct 23, 2013
@btford
Copy link
Contributor

btford commented Oct 23, 2013

This is already fixed in master:

Please pull again.

@btford btford closed this as completed Oct 23, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants