Send html content with variables to template from controller AngularJS
问题 After being searching for this issue for a long time, I decided to do my first question in StackOverflow. I hope anyone can help me. I'm doing a ui.bootstrap.carousel with different slides. The initial structure is the following : <carousel interval="carInterval" no-pause="true"> <slide> some html content, {{ modules }} </slide> <slide> totally different content, {{ more variables }} </slide> </carousel> That worked really well at the start, even without using ng-repeat and any active