ngBootbox
ngBootbox copied to clipboard
is a submit button possible?
hey, I'm using custom dialog with HTML template, and i have a form in it. upon clicking on one of the custom buttons - is there a way to make the form "submitted"? so i can use the angular methods related to submission? something generic?
thanks.
Hi,
What about this ? https://github.com/eriktufvesson/ngBootbox/issues/22#issuecomment-123393836 There is form with submit button inside HTML template of dialog. I think this is what you need.