You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<div ng-show="ctrl.latency.active" bs-panel-content> |
|
<input type="range" |
|
max="5" |
|
min="0" |
|
step=".50" |
|
id="latency-rate" |
|
ng-change="ctrl.alterLatency()" |
|
ng-model="ctrl.latency.rate"/> |
|
|
|
<label for="latency-rate">{{ctrl.latency.rate | number:1}}s</label> |
|
</div> |
|
|
|
|