angular.module( "starter.services", [] )
.factory( "Service", function( $ionicLoading ){
$ionicLoading.show();
setTimeout( function(){
$ionicLoading.hide();
}, 3000 );
});
'frontend > Ionic angular 1' 카테고리의 다른 글
아이오닉( ionic ) - 스크롤값 : $ionicScrollDelegate (0) | 2017.11.15 |
---|---|
아이오닉(ionic) 1 에서 Daum 우편번호 Api 사용하기( iframe, postMessage ) (2) | 2017.11.14 |
아이오닉 팝업창 - $ionicPopup alert (0) | 2017.11.06 |
QR - BarcodeScanner (0) | 2017.11.03 |
$http 데이터 보내기 - params (0) | 2017.11.03 |