Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion create-angular-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The two controllers you create in this module use the **Session** service define
add
starter.services as a dependency to the starter.controller module:

1. Open **conference/js/controllers.js**
1. Open **conference/www/js/controllers.js**

1. Add **starter.services** as a dependency to make the Session service available to the controllers:

Expand Down