austinthedeveloper / md-lightbox

A lightbox directive for Angular Material
GNU General Public License v2.0
6 stars 1 forks source link

Plunkr no longer works #2

Closed thatchej closed 8 years ago

thatchej commented 8 years ago

Hey @austinthedeveloper I just noticed that without any changes, the Plunkr no longer works. Any idea why?

austinthedeveloper commented 8 years ago

Check it now:

http://embed.plnkr.co/wbfUWDZQAfgVPwFtOZFC/

I'm not exactly sure how it was working in the first place... ngMaterial wasn't injected in the module which made it fail. I think this happened when I changed this from a directive to a self-containing module.

thatchej commented 8 years ago

Yeah I noticed the same thing looking at it earlier. It works great now. How was it ever working before?? That's crazy

Regardless, thanks for figuring it out, because it actually solves the issue I was having using this in my app.