docs($resource): add minor clarification

Closes #15711
This commit is contained in:
Keith Walsh
2017-02-15 06:59:02 -05:00
committed by Georgios Kalpakas
parent 62494bae38
commit f779230f70
+1 -1
View File
@@ -174,7 +174,7 @@ function shallowClearAndCopy(src, dst) {
* set `transformResponse` to an empty array: `transformResponse: []`
* - **`cache`** `{boolean|Cache}` If true, a default $http cache will be used to cache the
* GET request, otherwise if a cache instance built with
* {@link ng.$cacheFactory $cacheFactory}, this cache will be used for
* {@link ng.$cacheFactory $cacheFactory} is supplied, this cache will be used for
* caching.
* - **`timeout`** `{number}` timeout in milliseconds.<br />
* **Note:** In contrast to {@link ng.$http#usage $http.config}, {@link ng.$q promises} are