frontend: Add field to filter tag list

This commit is contained in:
nemunaire 2018-12-04 02:02:16 +01:00
commit 8463993581
2 changed files with 3 additions and 1 deletions

View file

@ -131,6 +131,7 @@ angular.module("FICApp", ["ngRoute", "ngSanitize"])
});
});
$scope.tags = tags;
$scope.tagsl = Object.keys(tags);
}
}