daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

$mdEditDialog large throws an error while calling $http service on save. #653

Closed ss33301 closed 6 years ago

ss33301 commented 6 years ago

The $http.post(url, dessert.comment); on save in the below code does't work.

$scope.editComment = function (event, dessert) { // if auto selection is enabled you will want to stop the event // from propagating and selecting the row event.stopPropagation();

/*