0

I'm using ngDialog to display the content on the page, but for some reason it shows the dialog's head in pre clicked view.

Screenshot

doelleri
  • 19,232
  • 5
  • 61
  • 65
JP.
  • 1,035
  • 2
  • 17
  • 39

1 Answers1

0

I see this is an old question, but as far as it's not answered still, I leave this answer in order to help people who is leaded here.

ngDialog.open({ template: 'template.html', trapFocus: false});

"trapFocus: false" will do the trick, I hope it helps. Cheers!

pauades
  • 11
  • 2