From e1743cc837a51e3146f2e73e3083eee7f4a8f549 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 11 Apr 2012 11:23:48 -0700 Subject: docs($compile): fix typo in the docs templateURL -> templateUrl --- docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3