We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15149c1 commit 61951baCopy full SHA for 61951ba
src/ngResource/resource.js
@@ -174,7 +174,7 @@ function shallowClearAndCopy(src, dst) {
174
* set `transformResponse` to an empty array: `transformResponse: []`
175
* - **`cache`** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the
176
* GET request, otherwise if a cache instance built with
177
- * {@link ng.$cacheFactory $cacheFactory}, this cache will be used for
+ * {@link ng.$cacheFactory $cacheFactory} is supplied, this cache will be used for
178
* caching.
179
* - **`timeout`** – `{number}` – timeout in milliseconds.<br />
180
* **Note:** In contrast to {@link ng.$http#usage $http.config}, {@link ng.$q promises} are
0 commit comments