File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ $scope.user.sendMessage(); // POST: /users/123/sendMessage
125
125
126
126
// Chain methods together to easily build complex requests
127
127
$scope .user .one (' messages' , 123 ).one (' from' , 123 ).getList (' unread' );
128
- // GET: /user /123/messages/123/from/123/unread
128
+ // GET: /users /123/messages/123/from/123/unread
129
129
130
130
131
131
````
@@ -706,7 +706,7 @@ These are the methods that can be called on the Restangular object.
706
706
* ** all(route)** : This will create a new Restangular object that is just a pointer to a list of elements for the specified path.
707
707
* ** oneUrl(route, url)** : This will create a new Restangular object that is just a pointer to one element with the specified URL.
708
708
* ** allUrl(route, url)** : This creates a Restangular object that is just a pointer to a list at the specified URL.
709
- * ** copy(fromElement)** : This will create a copy of the from element so that we can modified the copied one.
709
+ * ** copy(fromElement)** : This will create a copy of the from element so that we can modify the copied one.
710
710
* ** restangularizeElement(parent, element, route, queryParams)** : Restangularizes a new element
711
711
* ** restangularizeCollection(parent, element, route, queryParams)** : Restangularizes a new collection
712
712
You can’t perform that action at this time.
0 commit comments