remove orderby on fav list
This commit is contained in:
parent
ee1c884ef1
commit
2228263b9f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue