Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

ng-repeat is applied multiple times when placed inside a ui-map-info-window #236

@alexbirkett

Description

@alexbirkett

The bug can be reproduced here:
http://alexbirkett.github.com/angular-ui.github.com/index.html

An array contains four items:
$scope.properties = [{name: "test"}, {name:"test2"}, {name:"test3"}, {name:"test4"}];

each item is rendered four times by ng-repeat e.g:

test
test
test
test
test2
test2
test2
test2
test3
test3
test3
test3
test4
test4

Each item is rendered five times if the array contains five items etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions