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.

ng-value sets value to undefined with >= 1.4.4 #13037

@tkrotoff

Description

@tkrotoff

Regression regarding ng-value: http://plnkr.co/edit/sYzHLS?p=preview (the directive is from a popular StackOverflow question).

With AngularJS <= 1.4.3, ng-value sets value properly (console.log output):

scope.value (from ng-value): Object {name: "Adam", $$hashKey: "object:3"}

The result with AngularJS >= 1.4.4:

scope.value (from ng-value): undefined

Edit:
Tested under Chrome and Firefox.
List of commits between 1.4.3 and 1.4.4: v1.4.3...v1.4.4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions