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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,8 @@ You can also **check out [a video introduction of a talk I gave at Devoxx France
76
76
-[Can it be used in $routeProvider.resolve?](#can-it-be-used-in-routeproviderresolve)
77
77
-[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)
78
78
-[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)
81
81
-[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)
82
82
-[How do I handle CRUD operations in a List returned by Restangular?](#how-do-i-handle-crud-operations-in-a-list-returned-by-restangular)
83
83
-[When I set baseUrl with a port, it's stripped out.](#when-i-set-baseurl-with-a-port-its-stripped-out)
0 commit comments