Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f779230

Browse files
coderbydesigngkalpak
authored andcommitted
docs($resource): add minor clarification
Closes #15711
1 parent 62494ba commit f779230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function shallowClearAndCopy(src, dst) {
174174
* set `transformResponse` to an empty array: `transformResponse: []`
175175
* - **`cache`** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the
176176
* GET request, otherwise if a cache instance built with
177-
* {@link ng.$cacheFactory $cacheFactory}, this cache will be used for
177+
* {@link ng.$cacheFactory $cacheFactory} is supplied, this cache will be used for
178178
* caching.
179179
* - **`timeout`** – `{number}` – timeout in milliseconds.<br />
180180
* **Note:** In contrast to {@link ng.$http#usage $http.config}, {@link ng.$q promises} are

0 commit comments

Comments
 (0)