Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html ng-app="az-app" id="index" ng-controller="IndexController">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
  6.  
  7. <!-- compiled css output -->
  8. <link href="css/ionic.app.css" rel="stylesheet">
  9.  
  10. <!-- ionic/angularjs js -->
  11. <script src="lib/ionic/js/ionic.bundle.js"></script>
  12.  
  13. <script src="lib/ngCordova/dist/ng-cordova.js"></script>
  14. <script src="cordova.js"></script>
  15.  
  16. <!-- your app's js -->
  17. <script src="js/app.js"></script>
  18. <!-- angular filters -->
  19. <script src="lib/angular-filter/dist/angular-filter.js"></script>
  20.  
  21. <!-- iOS9 Window location bug patch -->
  22. <script src="js/ios9-angular.patch.js"></script>
  23.  
  24. <!-- Controllers -->
  25. <script src="js/controllers/IndexController.js"></script>
  26.  
  27. <script src="js/controllers/walkthrough/PolicyController.js"></script>
  28. <script src="js/controllers/walkthrough/WalkthroughController.js"></script>
  29.  
  30. <script src="js/controllers/DashboardController.js"></script>
  31.  
  32. <script src="js/controllers/DoctorsDirController.js"></script>
  33.  
  34. <script src="js/controllers/meds-refund/MedsRefundWalkController.js"></script>
  35. <script src="js/controllers/meds-refund/MedsRefundController.js"></script>
  36. <script src="js/controllers/meds-refund/MedsCamScannerController.js"></script>
  37.  
  38. <script src="js/controllers/consult-refund/ConsultRefundWalkController.js"></script>
  39. <script src="js/controllers/consult-refund/ConsultRefundController.js"></script>
  40. <script src="js/controllers/consult-refund/SelectsController.js"></script>
  41. <script src="js/controllers/consult-refund/ConsultCamController.js"></script>
  42.  
  43. <script src="js/controllers/med-authorization/MedAuthorizationWalkController.js"></script>
  44. <script src="js/controllers/med-authorization/MedAuthorizationController.js"></script>
  45. <script src="js/controllers/med-authorization/MedAuthCamController.js"></script>
  46.  
  47. <script src="js/controllers/what-to-do/WhatToDoController.js"></script>
  48.  
  49. <script src="js/controllers/benefits/LifeBenefitsController.js"></script>
  50.  
  51. <!-- Custom Directives -->
  52. <script src="js/directives/moreInfo.js"></script>
  53.  
  54. <!-- Models -->
  55. <script src="js/services/Config.js"></script>
  56. <script src="js/services/CameraScannerFactory.js"></script>
  57. <script src="js/services/StorageFactory.js"></script>
  58. <script src="js/services/WebServiceFactory.js"></script>
  59.  
  60. </head>
  61. <body>
  62.  
  63. <ion-nav-bar class="nav-bar">
  64. <ion-nav-back-button class="button-clear" side="primary">
  65. <i class="nav-bar-back-arrow ion-android-arrow-back"></i>
  66. </ion-nav-back-button>
  67. <ion-nav-buttons class="button-clear" side="secondary">
  68. <button class="nav-bar-btn" ng-click="goToDashboard()">
  69. <img class="bdoard-btn" src="img/icons/ic_dboard_btn.png"/>
  70. </button>
  71. </ion-nav-buttons>
  72. </ion-nav-bar>
  73.  
  74. <ion-nav-view></ion-nav-view>
  75.  
  76.  
  77. </body>
  78. </html>
  79.  
  80. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  81. <widget id="com.azseguros.anglogold" version="1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  82. <name>AZ Seguros - Anglo Gold</name>
  83. <description>
  84. </description>
  85. <author email="alaorden@banshai.com" href="http://banshai.com.com/">El equipo Banshai</author>
  86. <content src="index.html"/>
  87. <access origin="git add*"/>
  88. <access launch-external="yes" origin="tel:*"/>
  89. <access launch-external="yes" origin="mailto:*"/>
  90. <preference name="webviewbounce" value="false"/>
  91. <preference name="UIWebViewBounce" value="false"/>
  92. <preference name="DisallowOverscroll" value="true"/>
  93. <preference name="android-minSdkVersion" value="16"/>
  94. <preference name="BackupWebStorage" value="none"/>
  95. <preference name="SplashScreen" value="screen"/>
  96. <preference name="Fullscreen" value="false"/>
  97. <preference name="SplashScreenDelay" value="3000"/>
  98. <preference name="xwalkVersion" value="14+"/>
  99. <preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect"/>
  100. <preference name="xwalkMode" value="embedded"/>
  101. <feature name="StatusBar">
  102. <param name="ios-package" onload="true" value="CDVStatusBar"/>
  103. </feature>
  104. <platform name="android">
  105. <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png"/>
  106. <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png"/>
  107. <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png"/>
  108. <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png"/>
  109. <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png"/>
  110. <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png"/>
  111. <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png"/>
  112. <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png"/>
  113. <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png"/>
  114. <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png"/>
  115. <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png"/>
  116. <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png"/>
  117. <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png"/>
  118. <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png"/>
  119. <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png"/>
  120. <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png"/>
  121. <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png"/>
  122. <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png"/>
  123. </platform>
  124. <platform name="ios">
  125. <icon height="57" src="resources/ios/icon/icon.png" width="57"/>
  126. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114"/>
  127. <icon height="40" src="resources/ios/icon/icon-40.png" width="40"/>
  128. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80"/>
  129. <icon height="50" src="resources/ios/icon/icon-50.png" width="50"/>
  130. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100"/>
  131. <icon height="60" src="resources/ios/icon/icon-60.png" width="60"/>
  132. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120"/>
  133. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180"/>
  134. <icon height="72" src="resources/ios/icon/icon-72.png" width="72"/>
  135. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144"/>
  136. <icon height="76" src="resources/ios/icon/icon-76.png" width="76"/>
  137. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152"/>
  138. <icon height="29" src="resources/ios/icon/icon-small.png" width="29"/>
  139. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58"/>
  140. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87"/>
  141. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640"/>
  142. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750"/>
  143. <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242"/>
  144. <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208"/>
  145. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048"/>
  146. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024"/>
  147. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536"/>
  148. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768"/>
  149. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640"/>
  150. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320"/>
  151. </platform>
  152. <platform name="ios">
  153. <config-file parent="NSAppTransportSecurity" platform="ios" target="*-Info.plist">
  154. <dict>
  155. <key>NSAllowsArbitraryLoads</key>
  156. <true/>
  157. </dict>
  158. </config-file>
  159. </platform>
  160. <icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
  161. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement