aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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.