mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-03-17 18:22:59 -04:00
6 lines
405 B
Plaintext
6 lines
405 B
Plaintext
![]() |
select.selectpicker(ng-class='classes')
|
||
|
option(ng-if='!!defaultText' value='' data-icon='glyphicon-time') {{defaultText}}
|
||
|
option(ng-repeat='profile in currentProfiles' value='{{profile.name}}' omega-repeat-done='onItemsUpdated()'
|
||
|
data-content='<span class="glyphicon {{profileIcons[profile.profileType]}}" style="color: {{profile.color}}"></span> {{getName(profile)}}')
|
||
|
| {{getName(profile)}}
|