I just want to know whether this is the right way to post request:
$http.post(urlBase+'productattributecreate?'
    +"&products_id"="1"
    +"&attributes_id"=tab.attributeId
    +"&attributes_values_id"=tab.attributeValueId
    +"®ularPrice"=tab.regularPrice
    +"&salesPrice"=tab.salePrice
    +"&purchasePrice"=tab.purchasePrice
    +"&stockStatus"=tab.stockStatus
    +"&sttockQuantity"=tab.stockQuantity
    +"&minquantitySales"=tab.minQuantitySales
    +"&maxQuantitySales"=tab.maxQuantitySales
    +"&productImage"="")
 
    