remove orderby on fav list

This commit is contained in:
Kyle Spearrin 2017-04-13 17:25:02 -04:00
parent ee1c884ef1
commit 2228263b9f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<table class="table table-striped table-hover table-vmiddle">
<tbody>
<tr ng-repeat="login in favoriteLogins = (logins | filter: { favorite: true } |
filter: (main.searchVaultText || '') | orderBy: ['name', 'username'])">
filter: (main.searchVaultText || ''))">
<td style="width: 70px;">
<div class="btn-group" uib-dropdown dropdown-append-to-body>
<button type="button" class="btn btn-default" uib-dropdown-toggle>