10000 Fix typo in Readme. · sumit-jaiswal/restangular@588e8b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 588e8b9

Browse files
committed
Fix typo in Readme.
1 parent aad3a84 commit 588e8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ RestangularProvider.setRestangularFields({
11491149

11501150
#### **What if each of my models has a different ID name like CustomerID for Customer**
11511151

1152-
In some cases, people have different ID name for each entity. For example, they have CustomerID for customer and EquipmentID for Equipment. If that's the case, you can override's Restangular's getIdFromElem. For that, you need to do:
1152+
In some cases, people have different ID name for each entity. For example, they have CustomerID for customer and EquipmentID for Equipment. If that's the case, you can override Restangular's getIdFromElem. For that, you need to do:
11531153

11541154
````js
11551155
RestangularProvider.configuration.getIdFromElem = function(elem) {

0 commit comments

Comments
 (0)
0