some code

This commit is contained in:
2023-12-19 14:46:05 +00:00
committed by GitHub
parent 76c94285ea
commit 4765c801f2
+6
View File
@@ -0,0 +1,6 @@
function skillsMember() {
return {
restrict: 'E',
templateUrl: 'templates/member.html'
};
}