Skip to content

Commit c704c27

Browse files
committed
fixed one problem with layer 3.
1 parent 5da0341 commit c704c27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ <h1>Geant4 Web Interface</h1>
4646
</select>
4747
</td>
4848
<col />
49-
<td>
50-
Layer 2
49+
<td> Layer 2
5150
<label>Pick a material</label>
5251
<select>
5352
<option ng-repeat="material in materials | orderBy:orderProp" value="{{material.value}}">{{material.name}}</option>
@@ -73,6 +72,7 @@ <h1>Geant4 Web Interface</h1>
7372
<td>
7473
Thickness:
7574
<input type="text" ng-model="{number}" required ng-change="{}"/>
75+
<select>
7676
<option value="cm">cm</option>
7777
<option value="km">km</option>
7878
<option value="m">m</option>

0 commit comments

Comments
 (0)