You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
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