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.

bug: $http promise and ng-repeat display only part of the response data #3196

@d6u

Description

@d6u

Brief:

// in controller
$scope.items = $http.get('url');

// in html
<div ng-repeat="item in items"></div>

I got 90+ elements in items, but ng-repeat only show about 10 of them.

Explain:

I know ng-repeat can be used together with $q promise but it only partially working with $http.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions