diff --git a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts index 9bc2866..78149f5 100644 --- a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts +++ b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/directives/command-modal.directive.ts @@ -22,13 +22,11 @@ export class CommandModalDirective { @Input() animated: boolean; @HostListener('click') - wasClicked() { - debugger; + wasClicked() { this.dataSource.resolveCommandModelByName({ command: this.command, model: this.model - }).subscribe(commandModel => { - debugger; + }).subscribe(commandModel => { const initialState = { dataSource: this.dataSource, command: this.command,