Benjamin Schmidt

Results 1 comments of Benjamin Schmidt

I had a work-around for this: Create the HTML content: ` var htmlContent = ""; ` Then compile and inject it (need $compile in your controller): ` var el =...