After I get data from the server I am binding a part of it to a datagrid. The code might look like this: $scope.case = data[0]; where first element (type of object) caries case information. After changing something in the grid $scope.case is changed as well. But whta I need to send back is a complete object (data). Is it possible to have some kind of binding that would also change original data object when $scope.case is changed?
Thanks -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
