promise는 IE에서 작동이 안되는데, 이를 해결하기 위하여 다음 소스를 링크해주면 된다.
Download bluebird min file
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- IE8 이상 버전에서 항상 최신 표준 모드로 렌더링 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes"> <!-- 주소줄 없애기 (iOS) -->
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <!-- 상태바 모습 바꾸기 (iOS) -->
<meta name="mobile-web-app-capable" content="yes"> <!-- 주소줄 없애기 (Android) -->
<meta name="format-detection" content="telephone=no"> <!-- 연속 숫자 자동 링크 방지 (iOS) -->