We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da0341 commit c704c27Copy full SHA for c704c27
1 file changed
app/index.html
@@ -46,8 +46,7 @@ <h1>Geant4 Web Interface</h1>
46
</select>
47
</td>
48
<col />
49
- <td>
50
- Layer 2
+ <td> Layer 2
51
<label>Pick a material</label>
52
<select>
53
<option ng-repeat="material in materials | orderBy:orderProp" value="{{material.value}}">{{material.name}}</option>
@@ -73,6 +72,7 @@ <h1>Geant4 Web Interface</h1>
73
72
<td>
74
Thickness:
75
<input type="text" ng-model="{number}" required ng-change="{}"/>
+ <select>
76
<option value="cm">cm</option>
77
<option value="km">km</option>
78
<option value="m">m</option>
0 commit comments