Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

how to fetch the data from json to custom dialog box of angular material. #7628

@thilakWD

Description

@thilakWD

I am able to fetch the data to normal view. but i am not able to fetch into custom dialog of angular material.
ex: if i have the data like this
$scope.users = [{ _id:1, firstName: 'Obi-Wan', lastName: 'Kenobi' }, { _id:2, firstName: 'Boba', lastName: 'Fett' }, { _id:3, firstName: 'Han', lastName: 'Solo' }];
i am trying to fetch _id into custom dialog.
please check the plunker ,
i am not able to fetch the id inside template as well as in console.
i know, i've done some mistake here. but i am not able to find it out.can anyone help me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions