mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-23 17:39:25 +00:00
13 lines
332 B
HTML
13 lines
332 B
HTML
![]() |
<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>
|
||
|
|