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.

One-time binding doesn't work with filters #8605

Closed
@cnshenj

Description

@cnshenj

This works fine:

<div ng-bind="test.value | number"></div>

This works fine too:

<div ng-bind="::test.value"></div>

But this renders an empty div:

<div ng-bind="::test.value | number"></div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions