fix: refs #7187 remove bindings
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
335b9caaa4
commit
1fef00789f
|
@ -14,8 +14,5 @@ class Controller extends Section {
|
|||
}
|
||||
|
||||
ngModule.vnComponent('vnWorkerPda', {
|
||||
controller: Controller,
|
||||
bindings: {
|
||||
claim: '<'
|
||||
}
|
||||
controller: Controller
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue