frontend: Add field to filter tag list
This commit is contained in:
parent
3ad7976e4b
commit
8463993581
2 changed files with 3 additions and 1 deletions
|
|
@ -131,6 +131,7 @@ angular.module("FICApp", ["ngRoute", "ngSanitize"])
|
|||
});
|
||||
});
|
||||
$scope.tags = tags;
|
||||
$scope.tagsl = Object.keys(tags);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue