diff options
| author | Igor Minar | 2012-04-11 11:23:48 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-11 11:23:48 -0700 |
| commit | e1743cc837a51e3146f2e73e3083eee7f4a8f549 (patch) | |
| tree | b4fa3aa49a52a04b27d21dc299c2003b7564478e | |
| parent | 52ee1ab5eb0f3197453b26c60a70239ac3fffea7 (diff) | |
| download | angular.js-e1743cc837a51e3146f2e73e3083eee7f4a8f549.tar.bz2 | |
docs($compile): fix typo in the docs templateURL -> templateUrl
| -rw-r--r-- | docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc | 2 |
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. |
