We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4473950 commit ce46b3bCopy full SHA for ce46b3b
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