1
0
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:
Kyle Spearrin
2017-09-12 22:47:43 -04:00
parent 5da4e8627d
commit 7cb53e372e
8 changed files with 29 additions and 13 deletions

View File

@@ -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>