Skip to content

Commit

Permalink
Copilot second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
js4561207 committed Jun 4, 2024
1 parent ebec09b commit 07f005d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions member.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
function skillsMember() {
return {
restrict: 'E',
templateUrl:'modules/skills/views//member.html',
controller:'SkillsMemberController',
controllerAs:'vm',
bindToController:true,
scope:{
member:'-'

}
};
}

0 comments on commit 07f005d

Please sign in to comment.