File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,8 @@ function shallowClearAndCopy(src, dst) {
154
154
* caching.
155
155
* - **`timeout`** – `{number}` – timeout in milliseconds.<br />
156
156
* **Note:** In contrast to {@link ng.$http#usage $http.config}, {@link ng.$q promises} are
157
- * **not** supported in $resource, because the same value has to be re-used for multiple
158
- * requests. If you are looking for a way to cancel requests, you should use the `cancellable`
159
- * option.
157
+ * **not** supported in $resource, because the same value would be used for multiple requests.
158
+ * If you are looking for a way to cancel requests, you should use the `cancellable` option.
160
159
* - **`cancellable`** – `{boolean}` – if set to true, the request made by a "non-instance" call
161
160
* will be cancelled (if not already completed) by calling `$cancelRequest()` on the call's
162
161
* return value. Calling `$cancelRequest()` for a non-cancellable or an already
You can’t perform that action at this time.
0 commit comments