X Tutup
Skip to content

input type=radio not handled correctly by ng-model #3104

@rkj

Description

@rkj

For this snippet:

  {{selected}}
  <div *ng-for="#value of allValues">
    <input type="radio"
           name="group"
           [(ng-model)]="selected">
      {{value}}
    </input>
  </div>

It will select the first value correctly, but then all the follow up changes are ignored.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup