Skip to content

Commit b3750e5

Browse files
janhancicashley williams
authored andcommitted
docs(guide/resource): add links to ngResource and $resource
1 parent 4aac37e commit b3750e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/tutorial/step_11.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ The most important changes are listed below. You can see the full diff on [GitHu
2222
## Template
2323

2424
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:
25+
template. Additionally, we also need to load the `angular-resource.js` file, which contains the
26+
{@link api/ngResource ngResource} module and in it the {@link api/ngResource.$resource $resource}
27+
service, that we'll soon use:
2728

2829
__`app/index.html`.__
2930

0 commit comments

Comments
 (0)