Seeking guidance in Angular, as a newcomer to the platform. I attempted to load a template within an ng-repeat loop like so, but encountered an error.
I received the following error message: "Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource."
Below is the code snippet I used for the ng-repeat and include:
<div ng-repeat='item in newItems'
ng-include="'MyBundle:Default:Content/event.html.twig'"></div>