You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -454,13 +454,13 @@ The `SpringDataRestAdapter` is designed to be configurable and you are able to c
454
454
}
455
455
```
456
456
* Example if set to false:
457
-
```json
458
-
{
459
-
...
460
-
"_embeddedItems": [...]
461
-
...
462
-
}
463
-
```
457
+
```json
458
+
{
459
+
...
460
+
"_embeddedItems": [...]
461
+
...
462
+
}
463
+
```
464
464
* `hrefKey` (default: `href`): the property name where the url is stored under each specific link.
465
465
* `resourcesKey` (default: `_resources`): the property name where the resource method is stored.
466
466
* `resourcesFunction` (default: `undefined`): the function to use to call the backend. Read more how to do this [here](#exchange-the-underlying-angular-resource-function)
0 commit comments