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.

radio buttons are not initialized to the model #271

Closed
@mhevery

Description

@mhevery

I found this post from September which seems to imply the issue is fixed:
http://groups.google.com/group/angular/browse_thread/thread/520cde44a3ac15c

But I still see problems. The radio buttons all start empty (unchecked). Checking any of them puts the value in the model, but the model having a value does not check the buttons.

Test case: https://gist.github.com/818607

Displays the model, on load, as
{
"choices":["alpha","beta","gamma"],
"value":"gamma"}
But the gamma radio button is not checked. Checking any updates the 'value' property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions