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
Hey, I'm new when using AngularJS, i want to ask about how to use $mdDialog to pass the data from the model, but i got stuck or you can say that when i clicked the button to open the modal, i can't pass the data from the model, I already tried some solustion from the forum but it still return null instead of the list that i want.
Bug, feature request, or proposal:
Hey, I'm new when using AngularJS, i want to ask about how to use $mdDialog to pass the data from the model, but i got stuck or you can say that when i clicked the button to open the modal, i can't pass the data from the model, I already tried some solustion from the forum but it still return null instead of the list that i want.
Reference that i already tried:
Passing data to mdDialog
$mdDialog: locals not working!
Passing Data with MdDialog
MdDialog communication (i.e: passing data to MdDialog)
What is the current behavior?
The list is still return null but when i'm using
console.log('data Product',vm.StockOpnameCreateData)
it appears as the dummy data around 13 arraystockopnamecreate.json
Modal
Stockopname.html
Controller
I have some thought about the condition:
The text was updated successfully, but these errors were encountered: