mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-28 07:23:59 +00:00
docs($compile): fix typo in the docs templateURL -> templateUrl
This commit is contained in:
parent
52ee1ab5eb
commit
e1743cc837
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ compiler}. The attributes are:
|
||||||
migrates all of the attributes / classes from the old element to the new one. See Creating
|
migrates all of the attributes / classes from the old element to the new one. See Creating
|
||||||
Widgets section below for more information.
|
Widgets section below for more information.
|
||||||
|
|
||||||
* `templateURL` - Same as `template` but the template is loaded from the specified URL. Because
|
* `templateUrl` - Same as `template` but the template is loaded from the specified URL. Because
|
||||||
the template loading is asynchronous the compilation/linking is suspended until the template
|
the template loading is asynchronous the compilation/linking is suspended until the template
|
||||||
is loaded.
|
is loaded.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue