frontend: tags are now ordered
This commit is contained in:
parent
0e36a850cf
commit
592db2dbba
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ angular.module("FICApp", ["ngRoute", "ngSanitize"])
|
|||
});
|
||||
});
|
||||
$scope.tags = tags;
|
||||
$scope.tagsl = Object.keys(tags);
|
||||
$scope.tagsl = Object.keys(tags).sort();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue