We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aac37e commit b3750e5Copy full SHA for b3750e5
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
22
## Template
23
24
The custom service is defined in `app/js/services.js` so we need to include this file in our layout
25
-template. Additionally, we also need to load the `angular-resource.js` file, which contains the
26
-`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}
27
+service, that we'll soon use:
28
29
__`app/index.html`.__
30
0 commit comments