File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ function setupModuleLoader(window) {
301
301
* returns an html template as a string which should be used as the contents of this component.
302
302
* Empty string by default.
303
303
*
304
- * If `template` is a function, then it is {@link auto.$injector#invoke injected} with
304
+ * If `template` is a function, then it is {@link guide/di injectable}, and receives
305
305
* the following locals:
306
306
*
307
307
* - `$element` - Current element
@@ -310,7 +310,7 @@ function setupModuleLoader(window) {
310
310
* - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html
311
311
* template that should be used as the contents of this component.
312
312
*
313
- * If `templateUrl` is a function, then it is {@link auto.$injector#invoke injected} with
313
+ * If `templateUrl` is a function, then it is {@link guide/di injectable}, and receives
314
314
* the following locals:
315
315
*
316
316
* - `$element` - Current element
You can’t perform that action at this time.
0 commit comments