1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Update 2016-08-10T03:50:59.882Z

This commit is contained in:
Kyle Spearrin
2016-08-09 23:51:06 -04:00
parent 13c565d854
commit 68b9e45599
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<div ng-show="loadingFolders && !folders.length">
<p>Loading...</p>
</div>
<div class="box" ng-repeat="folder in folders | orderBy: 'name'" ng-show="folders.length">
<div class="box" ng-repeat="folder in folders | orderBy: folderSort" ng-show="folders.length">
<div class="box-header with-border">
<h3 class="box-title"><i class="fa fa-folder-open"></i> {{folder.name}}</h3>
<div class="box-tools pull-right">

4
js/app.min.js vendored

File diff suppressed because one or more lines are too long