diff options
| author | Igor Minar | 2011-01-18 13:59:55 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-01-18 14:42:23 -0800 | 
| commit | 3bd96609e91ee4ed41585a046b578a240527cdc6 (patch) | |
| tree | 82849b9c4cda7359b89d02fdf8507216720344fa /docs/src/templates/doc_widgets.js | |
| parent | d73635d573e6ca5a1c837f2a8245738c16605522 (diff) | |
| download | angular.js-3bd96609e91ee4ed41585a046b578a240527cdc6.tar.bz2 | |
remove script.type attribute from example widgets since its optional in html5
Diffstat (limited to 'docs/src/templates/doc_widgets.js')
| -rw-r--r-- | docs/src/templates/doc_widgets.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/docs/src/templates/doc_widgets.js b/docs/src/templates/doc_widgets.js index b119e326..01bf04fa 100644 --- a/docs/src/templates/doc_widgets.js +++ b/docs/src/templates/doc_widgets.js @@ -14,8 +14,7 @@    var HTML_TEMPLATE =    '<!doctype html>\n' +    '<html xmlns:ng="http://angularjs.org">\n' + -  ' <script type="text/javascript" ng:autobind\n' +  -  '         src="' + angularJsUrl + '"></script>\n' + +  ' <script src="' + angularJsUrl + '" ng:autobind></script>\n' +    ' <body>\n' +    '_HTML_SOURCE_\n' +    ' </body>\n' + | 
