Note panel options menu with archived

This commit is contained in:
Mo Bitar
2017-10-15 17:39:51 -05:00
parent 650464d474
commit 0838f927ab
6 changed files with 79 additions and 30 deletions

View File

@@ -35,6 +35,7 @@ angular.module('app.frontend')
}
items = items || [];
console.log("Sorting", items.length, "items");
return items.sort(function(a, b){
return sortValueFn(a, b);
})