File "index.html"

Full Path: /srv/www/www.cadoro.it/app/www/index.html
File size: 1.79 KB
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
    <meta name="format-detection" content="telephone=no">
    <title>Cadoro</title>
    <link href="css/app.css" rel="stylesheet">
  </head>
  <body ng-app="app" ion-track-auto style="background-color: #f3f3f3">
    <ion-nav-view id="main"></ion-nav-view>
    <script src="js/app.bundle.js"></script>
    <script type="text/javascript">
      angular.module('app.config', [])
             .constant('DEBUG', 0)
             .constant('API_END_POINT', 'https://www.cadoro.it/api/1');
            //  .constant('API_END_POINT', 'https://1eb4-188-125-119-123.eu.ngrok.io/cadoro-web/api/1');
      window.onerror = function(message, url, line, col, error){
        var stopPropagation = true;
        var data = {
          type: 'javascript',
          url: window.location.hash,
          localtime: Date.now()
        };
        if (message)       { data.message      = message;      }
        if (url)           { data.fileName     = url;          }
        if (line)          { data.lineNumber   = line;         }
        if (col)           { data.columnNumber = col;          }
        if (error) {
          if (error.name)  { data.name         = error.name;   }
          if (error.stack) { data.stack        = error.stack;  }
        }
        console.log('Exception ' + JSON.stringify(data));
        return stopPropagation;
      }
    </script>
    <script src="js/app.js"></script>
    <script src="cordova.js"></script>
    <script src="lib/ngcordova-wrapper-nativestorage/dist/ngcordova-wrapper-nativestorage.min.js"></script>
    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyALobPcsLFj8hmYuvhtTiLPUjytG2ZfpHE"></script>
  </body>
</html>