This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
fiddleSrc = fiddleSrc . replace ( new RegExp ( '^\\s{' + stripIndent + '}' , 'gm' ) , '' ) ;
82
82
83
83
return '<form class="jsfiddle" method="post" action="' + fiddleUrl + '" target="_blank">' +
84
- '<textarea ng:model ="css">' +
84
+ '<textarea name ="css">' +
85
85
'.ng-invalid { border: 1px solid red; } \n' +
86
86
'body { font-family: Arial,Helvetica,sans-serif; }\n' +
87
87
'body, td, th { font-size: 14px; margin: 0; }\n' +
88
88
'table { border-collapse: separate; border-spacing: 2px; display: table; margin-bottom: 0; margin-top: 0; -moz-box-sizing: border-box; text-indent: 0; }\n' +
89
89
'a:link, a:visited, a:hover { color: #5D6DB6; text-decoration: none; }\n' +
90
90
'.error { color: red; }\n' +
91
91
'</textarea>' +
92
- '<input type="text" ng:model ="title" value="AngularJS Live Example">' +
93
- '<textarea ng:model ="html">' +
92
+ '<input type="text" name ="title" value="AngularJS Live Example">' +
93
+ '<textarea name ="html">' +
94
94
'<script src="' + angularJsUrl + '" ng:autobind></script>\n\n' +
95
95
'<!-- AngularJS Example Code: -->\n\n' +
96
96
fiddleSrc +
You can’t perform that action at this time.
0 commit comments