aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Minar2012-04-11 11:23:48 -0700
committerIgor Minar2012-04-11 11:23:48 -0700
commite1743cc837a51e3146f2e73e3083eee7f4a8f549 (patch)
treeb4fa3aa49a52a04b27d21dc299c2003b7564478e /docs
parent52ee1ab5eb0f3197453b26c60a70239ac3fffea7 (diff)
downloadangular.js-e1743cc837a51e3146f2e73e3083eee7f4a8f549.tar.bz2
docs($compile): fix typo in the docs templateURL -> templateUrl
Diffstat (limited to 'docs')
-rw-r--r--docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc b/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc
index 722372b2..eee0d3cc 100644
--- a/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc
+++ b/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc
@@ -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.