Riron / ionic-img-viewer

Ionic 2+ component providing a Twitter inspired experience to visualize pictures.
MIT License
283 stars 118 forks source link

Image viewer is not working when use innerHTML property #66

Closed yuvarajuv closed 7 years ago

yuvarajuv commented 7 years ago

Image viewer is not working when i bind img tags dynamically using innerHTML property

Riron commented 7 years ago

This is not a bug as you cannot insert an element as row HTML, Angular has to compile it.

If you want to dynamically add components into your page, have a look at the Angular guide on that topic.

Hope it helps !