var data = { teamcode : "T01" };


$http({

method : "POST",

url : url,

params : data,

headers : {

"Content-Type" : "application/json; charset=utf-8"

}

}).success( function( $data ){


console.log( $data );


}).error( function( err ){


console.log( err );


});

'frontend > Ionic angular 1' 카테고리의 다른 글

아이오닉 로딩 - $ionicLoading  (0) 2017.11.06
아이오닉 팝업창 - $ionicPopup alert  (0) 2017.11.06
QR - BarcodeScanner  (0) 2017.11.03
CORS 문제 해결 - proxy  (0) 2017.11.03
Ionic DevApp 출시  (0) 2017.11.03

+ Recent posts