Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Form never shows up in $scope variable when created using ng-repeat #3216

@Siraris

Description

@Siraris

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.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions