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
$scope.getTechnology=function(tecnologia,files){if(files&&files.length){for(vari=0;i<files.length;i++){varfile=files[i];varname=tecnologia.name;vardescription=tecnologia.description;Upload.upload({url: 'tecnologias',data: {// i want to get this data on backend'tecnologia': [{'name' : name,'description' : description}]},file: file}).success(function(data){console.log(data);})}}
I have this code on html
and this in js
and this route on F3
i want to known how can i get the $scope data that i send on the backend
The text was updated successfully, but these errors were encountered: