juci-brightness
is a bar selector with two buttons and a 5 step intensity scale. It is mainly to be used for controlling led brightness.
ng-model
- the model where to put the resulting valuemin
- minimum value (default: 0)max
- maximum value (default: 100)The difference between min and max is divided by the number of bars and becomes the increment/decrement step value.
<juci-brightness ng-model="config.leds.status.brightness.value" min="0" max="0"/>