From 6b5baaddb0ec9369a55bf9c608fda9adcccc8e92 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 17 Dec 2013 18:23:05 -0700 Subject: docs(tutorial/step-05): fix path for 'phones.json' Closes #5460 --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index ee94ba45..8291eeb8 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -66,7 +66,7 @@ phonecatApp.controller('PhoneListCtrl', function ($scope, $http) { }); ``` -`$http` makes an HTTP GET request to our web server, asking for `phone/phones.json` (the url is +`$http` makes an HTTP GET request to our web server, asking for `phones/phones.json` (the url is relative to our `index.html` file). The server responds by providing the data in the json file. (The response might just as well have been dynamically generated by a backend server. To the browser and our app they both look the same. For the sake of simplicity we used a json file in this -- cgit v1.2.3