Tomo Bacinger

Results 1 issues of Tomo Bacinger

I'm not sure if I'm doing something wrong, but when I want to save my data to DB, I use following code: ``` Project.$saveOrUpdate().then(function(returnData){ $scope.savedData = returnData; }); ``` In...