Skip to content

Commit 268b3e5

Browse files
committed
Add links to use the $http service in the configuration phase
1 parent 3d3eb51 commit 268b3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ myApp.config(function (SpringDataRestAdapterProvider) {
290290
});
291291
```
292292

293-
The description of the parameters you will find [here](#the-_resources-method-parameters-and-return-type). You can also read more about the configuration of the `SpringDataRestAdapter` [here](#configuration-of-the-springdatarestadapter)
293+
The description of the parameters you will find [here](#the-_resources-method-parameters-and-return-type). You can also read more about the configuration of the `SpringDataRestAdapter` [here](#configuration-of-the-springdatarestadapter) (and how to use the `$http` service in the configuration phase)
294294

295295
### Usage of `_embeddedItems` property
296296

@@ -390,7 +390,7 @@ myApp.config(function (SpringDataRestAdapterProvider) {
390390
});
391391
```
392392

393-
The description of the parameters you will find [here](#the-fetch-method-parameters). You can also read more about the configuration of the `SpringDataRestAdapter` [here](#configuration-of-the-springdatarestadapter)
393+
The description of the parameters you will find [here](#the-fetch-method-parameters). You can also read more about the configuration of the `SpringDataRestAdapter` [here](#configuration-of-the-springdatarestadapter) (and how to use the `$http` service in the configuration phase)
394394

395395
#### The fetch method parameters
396396

0 commit comments

Comments
 (0)