From c3e6cd2143f3e1fda84d870a5820a121367afd52 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Wed, 11 Mar 2015 18:30:30 +0000 Subject: [PATCH] fix incorrect path in step 1 --- create-angular-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-angular-controller.md b/create-angular-controller.md index 5c4e558..8e80fe2 100644 --- a/create-angular-controller.md +++ b/create-angular-controller.md @@ -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: