mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 00:10:26 +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
|
||||
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
|
||||
is loaded.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue