skeymeulen / swangular

Swangular: An AngularJS wrapper for Sweet Alert 2
MIT License
22 stars 10 forks source link

Getting getElementsByTagName of undefined #9

Open nano1313 opened 6 years ago

nano1313 commented 6 years ago
swangular.open({
    title: title,
    htmlTemplate: "./pop.html",
  });

When open alert, Getting getElementsByTagName of undefined is logged. The swangular is open, but the template it's not open.

Thanks

skeymeulen commented 6 years ago

Could you create a Plunker/CodePen to illustrate your issue? Thank you.