remove debugger
This commit is contained in:
parent
46b6d0948c
commit
b810163be3
@ -22,13 +22,11 @@ export class CommandModalDirective {
|
|||||||
@Input() animated: boolean;
|
@Input() animated: boolean;
|
||||||
|
|
||||||
@HostListener('click')
|
@HostListener('click')
|
||||||
wasClicked() {
|
wasClicked() {
|
||||||
debugger;
|
|
||||||
this.dataSource.resolveCommandModelByName({
|
this.dataSource.resolveCommandModelByName({
|
||||||
command: this.command,
|
command: this.command,
|
||||||
model: this.model
|
model: this.model
|
||||||
}).subscribe(commandModel => {
|
}).subscribe(commandModel => {
|
||||||
debugger;
|
|
||||||
const initialState = {
|
const initialState = {
|
||||||
dataSource: this.dataSource,
|
dataSource: this.dataSource,
|
||||||
command: this.command,
|
command: this.command,
|
||||||
|
Loading…
Reference in New Issue
Block a user