edit button not showing for patient-entered medication
Closed this issue · 2 comments
ekavaliM commented
might be something to do with having two metadata fields
martzmakes commented
Yeah, when I fixed the notes it changed the format of the entry data... in the controllers need to change $scope.medication = medication;
to $scope.medication = medication.data;
ekavaliM commented
got it, fixed in my branch