Fix board list sorting

This commit is contained in:
Julius Haertl
2016-08-24 02:29:53 +02:00
parent 5388f2af69
commit aae3660f4b
5 changed files with 10 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ app.factory('ApiService', function($http, $q){
this.q = $q;
this.data = {};
this.id = null;
this.sorted = [];
};
// TODO: Unify error messages