diff options
| author | Takashi Nakagawa | 2014-03-08 02:01:06 +0900 |
|---|---|---|
| committer | Vojta Jina | 2014-03-21 11:42:17 -0700 |
| commit | 483325a7b5836342949e55b550e5d138a8da59b7 (patch) | |
| tree | 17402d5f997ba4aca7fad1cee7965b3f5d25ae3f /docs/content/tutorial/step_11.ngdoc | |
| parent | a86cb7d794523e11079c5ef47a72192bb885fe37 (diff) | |
| download | angular.js-483325a7b5836342949e55b550e5d138a8da59b7.tar.bz2 | |
chore(formatting): removed unnecessary white spaces
Diffstat (limited to 'docs/content/tutorial/step_11.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_11.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 252795c1..e85092c2 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -22,8 +22,8 @@ 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 -{@link api/ngResource ngResource} module and in it the {@link api/ngResource.$resource $resource} +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`.__ |
