This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ var $compileMinErr = minErr('$compile');
6
6
* @ngdoc provider
7
7
* @name $templateRequestProvider
8
8
* @description
9
- * Used to configure the Accept header that is sent to the server when requesting a template.
9
+ * Used to configure the options passed to the {@link $http} service when making a request.
10
+ *
11
+ * For example, it can be used for specifying the "Accept" header that is sent to the server, when
12
+ * requesting a template.
10
13
*/
11
14
function $TemplateRequestProvider ( ) {
12
15
@@ -19,7 +22,7 @@ function $TemplateRequestProvider() {
19
22
* The options to be passed to the $http service when making the request.
20
23
* You can use this to override options such as the Accept header for template requests.
21
24
*
22
- * The {$templateRequest} will set the `cache` and the `transformResponse` properties of the
25
+ * The {@link $templateRequest} will set the `cache` and the `transformResponse` properties of the
23
26
* options if not overridden here.
24
27
*
25
28
* @param {string= } value new value for the {@link $http} options.
You can’t perform that action at this time.
0 commit comments