File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
< html ng-app ="playground ">
3
3
< head >
4
4
< title > GopherJS Playground</ title >
5
- < link rel ="stylesheet " type ="text/css " href ="playground.css ">
5
+ < link rel ="stylesheet " type ="text/css " href ="https://cdn.rawgit.com/dave/gopherjs.github.io/28508f4c/playground/ playground.css ">
6
6
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.18/angular.min.js "> </ script >
7
- < script src ="playground.js "> </ script >
7
+ < script src ="{{ .Script }} "> </ script >
8
8
</ head >
9
9
< body ng-controller ="PlaygroundCtrl ">
10
10
< div id ="banner ">
16
16
< input ng-model ="imports " type ="checkbox " /> Imports
17
17
</ label >
18
18
< input type ="button " value ="Share " ng-click ="share() " />
19
- < input type ="text " class ="show-share-url-{{showShareUrl}} " id ="share-url " value ="{{shareUrl}} " onfocus ="select() " />
19
+ < input type ="text " class ="show-share-url-{{ " {{ "}} showShareUrl{{" }}"}}" id="share-url " value ="{{ " {{ "}} shareUrl{{"}}" }}" onfocus="select() " />
20
20
</ span >
21
21
</ div >
22
22
23
- < div class ="box " id ="content ">
23
+ < div class ="box " id ="content ">
24
24
< div class ="box yellow " id ="input ">
25
25
< textarea ng-model ="code " id ="code " autocorrect ="off " autocomplete ="off " autocapitalize ="off " spellcheck ="false "> </ textarea >
26
26
</ div >
27
27
</ div >
28
28
< div class ="box " id ="output ">
29
- < pre ng-repeat ="line in output " class ="{{line.type}} "> {{line.content}} </ pre >
29
+ < pre ng-repeat ="line in output " class ="{{ " {{ "}} line.type{{" }}"}}" > {{"{{"}} line.content{{"}}" }} </ pre >
30
30
</ div >
31
31
</ body >
32
32
</ html >
You can’t perform that action at this time.
0 commit comments