Hello
I need to pass the business id from angular to api in php. How do I do?
Here is the code:
Angular:
app.controller('UploadCtrl', ['$scope', '$window', 'Upload', function($scope, $window, Upload) {
var formData = new FormData();
var...
asked by
18.12.2017 / 13:58