mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
remove script.type attribute from example widgets since its optional in html5
This commit is contained in:
parent
d73635d573
commit
3bd96609e9
1 changed files with 1 additions and 2 deletions
|
|
@ -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' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue