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.
Asked
Active
Viewed 170 times
0
-
maybe you need to set trapfocus:false – easywaru Apr 10 '15 at 00:43
-
@jckim0414 Didnt work. – JP. Apr 10 '15 at 01:09
-
You could always fix the header styling with CSS: `.header:focus { outline:none; }`. Would that work for you? – Ed B Jun 20 '15 at 04:57
1 Answers
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