diff --git a/src/popup/app/current/views/current.html b/src/popup/app/current/views/current.html index 06057e0e71c..03730af8ffe 100644 --- a/src/popup/app/current/views/current.html +++ b/src/popup/app/current/views/current.html @@ -9,7 +9,8 @@
+ title="{{i18n.autoFill}} {{login.name}}" + ng-repeat="login in theLogins = (logins | orderBy: ['name', 'username']) track by $index"> diff --git a/src/popup/app/vault/views/vault.html b/src/popup/app/vault/views/vault.html index 8dd1077793a..b02d2fc80ec 100644 --- a/src/popup/app/vault/views/vault.html +++ b/src/popup/app/vault/views/vault.html @@ -16,7 +16,7 @@ {{vaultFolders.length}}
+ ng-repeat="folder in vaultFolders | orderBy: folderSort track by $index"> {{folder.name}} {{folder.itemCount}} @@ -26,7 +26,8 @@
-