Skip to content

Commit

Permalink
Merge c0a2c6b into 898219c
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed May 2, 2019
2 parents 898219c + c0a2c6b commit 61b5514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/ng-templates/dataset-beacon.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3>Beacon error</h3>

<label for="position" class="col-sm-3 control-label">Position</label>
<div class="col-sm-3">
<input type="number" required class="form-control" id="position" ng-model="ctrl.position" placeholder="Position" ng-disabled="!ctrl.beaconInfo.reference">
<input type="number" min="0" required class="form-control" id="position" ng-model="ctrl.position" placeholder="Position" ng-disabled="!ctrl.beaconInfo.reference">
</div>
</div>

Expand Down

0 comments on commit 61b5514

Please sign in to comment.