custom check-bar for filtered logs
This commit is contained in:
parent
635d35ab87
commit
79350b44b3
7 changed files with 126 additions and 32 deletions
10
www/views/includes/checkBar.html
Normal file
10
www/views/includes/checkBar.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<div id="check-bar">
|
||||
<div class="check-bar list">
|
||||
<div ng-class="fillClass" class="initial-bar"></div>
|
||||
<div class="base-bar"></div>
|
||||
<div class="custom-checkbox" ng-repeat="option in options track by $index">
|
||||
<label>{{option.label}}</label>
|
||||
<ion-checkbox ng-model="option.selected" ng-change="getFillClass(option.level)"></ion-checkbox>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue