You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I am using ng-repeat to create a variable number of forms to manage some records from our database. Everything works fine, except $scope never picks up the forms, and thus, I never have access to the forms themselves in Angular. If I explicitly define multiple forms outside of the ng-repeat directive, Angular picks them up fine and they appear inside of $scope.
I'm pretty sure this is a bug, but if not, I'd appreciate any insight on how to get my forms to show up in the $scope chain.