docs($compile): fix typo in the docs templateURL -> templateUrl

This commit is contained in:
Igor Minar 2012-04-11 11:23:48 -07:00
parent 52ee1ab5eb
commit e1743cc837

View file

@ -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.