Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

single select - button text is not mapped correctly to the model value #94

Description

@NithinBiliya

single select - button text is not mapped correctly to the model value

Object -

    $scope.fruits = [
                        {id: 1, name: 'Apple'},
                        {id: 2, name: 'Orange'},
                        {id: 3, name: 'Banana'}
                    ];

option string is - "c.id as c.name for c in fruits"

Plnkr link - link1

Select "Orange" in 2nd dropdown. The model value is set correctly to 2, but the button text is set to "Banana"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions