aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_11.ngdoc
diff options
context:
space:
mode:
authorJan Hancic2014-01-26 15:02:26 +0000
committerashley williams2014-02-26 19:49:56 -0500
commitb3750e52017554d77024c3e38d17e1640fb7b78c (patch)
treef0ca2c9d669c556093ac3770fd54f835c2210734 /docs/content/tutorial/step_11.ngdoc
parent4aac37e7bebdfa597711501adba2588ff5f90604 (diff)
downloadangular.js-b3750e52017554d77024c3e38d17e1640fb7b78c.tar.bz2
docs(guide/resource): add links to ngResource and $resource
Diffstat (limited to 'docs/content/tutorial/step_11.ngdoc')
-rw-r--r--docs/content/tutorial/step_11.ngdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc
index 76eb92fa..252795c1 100644
--- a/docs/content/tutorial/step_11.ngdoc
+++ b/docs/content/tutorial/step_11.ngdoc
@@ -22,8 +22,9 @@ The most important changes are listed below. You can see the full diff on [GitHu
## Template
The custom service is defined in `app/js/services.js` so we need to include this file in our layout
-template. Additionally, we also need to load the `angular-resource.js` file, which contains the
-`ngResource` module and in it the `$resource` service, that we'll soon use:
+template. Additionally, we also need to load the `angular-resource.js` file, which contains the
+{@link api/ngResource ngResource} module and in it the {@link api/ngResource.$resource $resource}
+service, that we'll soon use:
__`app/index.html`.__