Skip to content

Commit 1ebffbf

Browse files
author
antonio.gallo
committed
fixed FAQ link
1 parent ef1d1d7 commit 1ebffbf

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
@@ -76,8 +76,8 @@ You can also **check out [a video introduction of a talk I gave at Devoxx France
7676
- [Can it be used in $routeProvider.resolve?](#can-it-be-used-in-routeproviderresolve)
7777
- [My response is actually wrapped with some metadata. How do I get the data in that case?](#my-response-is-actually-wrapped-with-some-metadata-how-do-i-get-the-data-in-that-case)
7878
- [I use Mongo and the ID of the elements is _id not id as the default. Therefore requests are sent to undefined routes](#i-use-mongo-and-the-id-of-the-elements-is-_id-not-id-as-the-default-therefore-requests-are-sent-to-undefined-routes)
79-
- [I use Mongo and the ID of the elements is `_id` and is encapsulated inside the $oid attribute](#i-use-mongo-and-the-id-of-the-elements-is-encapsulated-into-oid-attribute)
80-
- [I use Mongo and the ETag of the elements is `_etag` and is encapsulated inside the $oid attribute](#i-use-mongo-and-the-etag-of-the-elements-is-encapsulated-into-oid-attribute)
79+
- [I use Mongo and the ID of the elements is `_id` and is encapsulated inside the $oid attribute](#i-use-mongo-and-the-etag-of-the-elements-is-_etag-and-is-encapsulated-inside-the-oid-attribute)
80+
- [I use Mongo and the ETag of the elements is `_etag` and is encapsulated inside the $oid attribute](#i-use-mongo-and-the-etag-of-the-elements-is-_etag-and-is-encapsulated-inside-the-oid-attribute)
8181
- [What if each of my models has a different ID name like CustomerID for Customer](#what-if-each-of-my-models-has-a-different-id-name-like-customerid-for-customer)
8282
- [How do I handle CRUD operations in a List returned by Restangular?](#how-do-i-handle-crud-operations-in-a-list-returned-by-restangular)
8383
- [When I set baseUrl with a port, it's stripped out.](#when-i-set-baseurl-with-a-port-its-stripped-out)

0 commit comments

Comments
 (0)