diff options
Diffstat (limited to 'docs/src/templates/doc_widgets.js')
| -rw-r--r-- | docs/src/templates/doc_widgets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/doc_widgets.js b/docs/src/templates/doc_widgets.js index 32d99926..6407b064 100644 --- a/docs/src/templates/doc_widgets.js +++ b/docs/src/templates/doc_widgets.js @@ -14,7 +14,7 @@ angular.module('ngdocs.directives', [], function($compileProvider) { var HTML_TEMPLATE = '<!doctype html>\n' + - '<html xmlns:ng="http://angularjs.org" ng:app_MODULE_>\n' + + '<html ng-app_MODULE_>\n' + ' <script src="' + angularJsUrl + '"></script>\n' + '_SCRIPT_SOURCE_' + ' <body>\n' + |
