using Symfony2.x, I have a vaulted loop through the data for some data, and I also have ng-repeat for similar elements (the difference is that these load in the background), but both have the same functionality. I have some odd functionality that happens in loop versions that work fine in ng-repeat versions. I have a feeling this is a problem with the area.
I read in the docs that ng-repeat will automatically create a new area for repeating elements, but of course this does not happen with the loop.
How to manually, and preferably exclusively in a template, call a new area for a repeating element?
angularjs symfony
Redactedprofile
source share