mirror of
https://github.com/bitwarden/web
synced 2025-12-28 22:23:52 +00:00
Update 2017-09-13T02:47:38.732Z
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<option value="">-- Select --</option>
|
||||
<option ng-repeat="option in options | filter: { featured: true } | orderBy: ['sort', 'name']"
|
||||
value="{{option.id}}">{{option.name}}</option>
|
||||
<option value="-" disabled></option>
|
||||
<option value="-" disabled ng-if="splitFeatured"></option>
|
||||
<option ng-repeat="option in options | filter: { featured: '!true' } | orderBy: ['sort', 'name']"
|
||||
value="{{option.id}}">{{option.name}}</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user