I am currently in the process of converting an angular application to ember.js as a way to expand my skill set. Within our project, we have a custom angular module that was created through a directive.
Due to the time it will take to port that component over, I have decided to start with the frontend application. My goal is to render an angular directive within an ember component/template and pass a variable to this directive.
An example that does not work can be seen here. As you can see, I am trying to utilize a directive from an ember template.
If rendering it via template is not possible, I am open to doing so through JavaScript as well.
Update 1: An updated version has been provided with angular bootstrapping in ember. It functions correctly, but I still need to figure out how to pass the variable into angular.