Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e1743cc

Browse files
committed
docs($compile): fix typo in the docs templateURL -> templateUrl
1 parent 52ee1ab commit e1743cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ compiler}. The attributes are:
407407
migrates all of the attributes / classes from the old element to the new one. See Creating
408408
Widgets section below for more information.
409409

410-
* `templateURL` - Same as `template` but the template is loaded from the specified URL. Because
410+
* `templateUrl` - Same as `template` but the template is loaded from the specified URL. Because
411411
the template loading is asynchronous the compilation/linking is suspended until the template
412412
is loaded.
413413

0 commit comments

Comments
 (0)