Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--http://stackoverflow.com/questions/28990588/angular-js-http-request/28990912#28990912 -->
- <!DOCTYPE html>
- <html ng-app="wmw">
- <head>
- <title rel="localize[/FIS/ESM_ALL/SHOP_NAME]">WIEDEMANN Mobile</title>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <!-- 22.01.2013 @M@ #cf FISOSS 109156 - Anpassungen Mobile V2 { -->
- <meta name="format-detection" content="telephone=no">
- <!-- 22.01.2013 @M@ #cf FISOSS 109156 - Anpassungen Mobile V2 } -->
- <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
- <link rel="icon" href="custom/images/favicon.ico" type="image/x-icon">
- <link rel="shortcut icon" href="custom/images/favicon.ico" type="image/x-icon">
- <link rel="apple-touch-icon" href="custom/images/apple-touch-icon.png" type="image/png" />
- <link rel="stylesheet" type="text/css" href="jquery/jquery.mobile.structure-1.0.1.min.css" />
- <!-- 28.10.2013 @M@ #cf FISOSS OSS 148714 - FIS/esales mobile - Anpassung Layout { -->
- <!--<link rel="stylesheet" type="text/css" href="jquery/themes/fis_v17/jquery.mobile.theme.min.css" />-->
- <link rel="stylesheet" type="text/css" href="jquery/themes/flatui/jquery.mobile.flatui.css" />
- <link rel="stylesheet" type="text/css" href="custom/custom.css" />
- <!-- 28.10.2013 @M@ #cf FISOSS OSS 148714 - FIS/esales mobile - Anpassung Layout } -->
- <!--<script type="text/javascript" src="custom/require-min.js"></script>-->
- <script type="text/javascript" src="jquery/jquery-1.6.4.min.js"></script>
- <script type="text/javascript" charset="utf-8" src="phonegap_src_NOT_COPY/phonegap-min.js"></script>
- <script type="text/javascript" src="phonegap_src_NOT_COPY/ChildBrowser.js"></script>
- <script type="text/javascript" src="custom/custom-min.js"></script>
- <script type="text/javascript" src="script/jquery-1.11.1.min.js"></script>
- <script type="text/javascript" src="script/phonenavigator.js"></script>
- <script type="text/javascript" src="jquery/jquery.localize-esm-min.js"></script>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
- <script type="text/javascript" src="custom/browser_detect-min.js"></script>
- <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyAKGtyKEyatmQwGzSiO2rW4wODZViwepKI&sensor=true"></script>
- <style>
- body, html {
- background-color: #F9F9F9;
- height: 100%;
- margin: 0;
- padding: 0;
- }
- a {
- color: #FFFFFF;
- text-decoration: none;
- }
- #main_page {
- height: 100%;
- overflow: hidden;
- }
- .ui-mobile .ui-header {
- height: 64px;
- position: absolute;
- }
- [data-role="header"] {
- text-align: center;
- }
- .ios [data-role="header"] {
- padding: 25px 0 10px !important;
- }
- #base-container {
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- height: 100%;
- padding-top: 64px;
- width: 100%;
- }
- .window-select {
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- background-color: #FFFFFF;
- display: none;
- height: 100%;
- left: 0;
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 500;
- }
- .window-select.active {
- display: block;
- }
- #input-wrap {
- background-color: #FFFFFF;
- left: 0;
- position: fixed;
- width: 100%;
- z-index: 100;
- }
- #type-wrap {
- background-color: #FFFFFF;
- -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25); /* WebKit */
- -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25); /* Firefox */
- box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25); /* Standard */
- border-top: 1px solid #D5D5D5;
- left: 0;
- position: fixed;
- width: 100%;
- z-index: 100;
- }
- .typeset {
- border-radius: 0;
- border: 0;
- }
- #input-filter {
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- font-size: 18px;
- border: 0;
- padding: 20px;
- width: 100%;
- }
- #input-filter:focus {
- outline: none;
- }
- #filter-list {
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- height: 100%;
- margin: 0;
- padding: 0;
- padding-bottom: 91px;
- overflow-y: scroll;
- -webkit-overflow-scrolling: touch;
- width: 100%;
- }
- #filter-list li {
- border-bottom: 1px solid #D5D5D5;
- display: block;
- margin: 0;
- padding: 30px 40px;
- }
- #filter-list li.active {
- background-color: #d9e9f4;
- }
- #filter-list li span {
- color: #818181;
- display: block;
- font-size: 12px;
- margin-bottom: 5px;
- }
- h2 {
- color: #0068b0;
- font-size: 14px;
- margin-bottom: 5px;
- }
- .plain-button {
- -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
- box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- border: 1px solid #E7E7E7;
- border-top-color: #F0F0F0;
- background-color: #FFFFFF;
- color: #9C9C9C;
- border-radius: 3px;
- font-size: 16px;
- line-height: 50px;
- margin: auto auto 15px;
- padding: 0 10px;
- height: 50px;
- text-align: center;
- width: 370px;
- max-width: 100%;
- }
- .selected-data {
- background-color: #FFFFFF;
- border: 1px solid #E7E7E7;
- border-top-color: #F0F0F0;
- border-radius: 3px;
- color: #2F2F2F;
- padding: 20px 20px;
- }
- .selected-data h3 {
- color: #0068b0;
- margin: 0;
- font-size: 12px;
- }
- .selected-data > div {
- margin-bottom: 30px;
- }
- .selected-data > div:last-child {
- margin-bottom: 0;
- }
- #dest-info, #start-info {
- font-size: 14px;
- color: #737373;
- }
- #dest-info span {
- font-size: 12px;
- margin-bottom: 3px;
- display: block;
- }
- #get-route-button {
- background-color: #0068b0;
- bottom: 0;
- left: 0;
- color: #FFFFFF;
- line-height: 50px;
- height: 50px;
- position: fixed;
- text-align: center;
- width: 100%;
- }
- #get-route-button.disabled {
- background-color: #D6D6D6;
- }
- #input-wrap:after {
- background: url(images/search.svg) no-repeat center;
- background-size: 25px;
- content: '';
- height: 100%;
- position: absolute;
- right: 15px;
- top: 0;
- width: 40px;
- z-index: 500;
- }
- </style>
- <script>
- $(function () {
- //ANGULAR CODE STARTS
- var app = angular.module('wmw', []);
- app.controller('MainCtrl', function ($scope, $http) {
- //Angular Method
- $scope.getTargetCords = function (data) {
- $http.get(data).success(function (response) {
- var responseData = JSON.parse(response);
- console.log(responseData);
- });
- };
- });
- //ANGULAR CODE ENDS
- var topType = $('#input-wrap').outerHeight();
- var heightType = $('#type-wrap').outerHeight();
- $('#type-wrap').css('margin-top', topType);
- $('#filter-list').css('padding-top', topType + heightType);
- var deviceType = (navigator.userAgent.match(/iPad/i)) == "iPad" ? "iPad" : (navigator.userAgent.match(/iPhone/i)) == "iPhone" ? "iPhone" : (navigator.userAgent.match(/Android/i)) == "Android" ? "Android" : (navigator.userAgent.match(/BlackBerry/i)) == "BlackBerry" ? "BlackBerry" : "null";
- if (deviceType == 'iPad' || deviceType == 'iPhone') {
- $('body').addClass('ios');
- }
- var locations = [];
- var activeDest;
- function addLocation(name, zip, city, street, phone, mail, distance, type) {
- locations.push({
- name: name,
- city: city,
- street: street,
- zip: zip,
- phone: phone,
- mail: mail,
- distance: distance,
- type: type,
- search: name + ' ' + zip + ' ' + city + ' ' + street + ' ' + type
- });
- }
- addLocation('WIEDEMANN GmbH & Co. KG Zentrale', 'D-31157', 'Sarstedt', 'Boksberg 1-3', '05066-997-0', '[email protected]');
- addLocation('WIEDEMANN Technik und Beratungsgesellschaft mbH KG Zentrale', 'D-31157', 'Sarstedt', 'Wiedemannstraße', '05066-997331', '[email protected]');
- addLocation('WIEDEMANN Elektro GmbH & Co. KG Zentrale', 'D-39288', 'Burg', 'Pappelweg 1', '03921 9110', '[email protected]');
- addLocation('Walter WESEMEYER GmbH Zentrale mit Ausstellung', 'D-22962', 'Siek', 'Jacobsrade 3-21', '04107-9077-0', '[email protected]');
- addLocation('GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Zentrale', 'D-33415', 'Verl', 'Kapellenweg 42', '05246-962-0', '[email protected]');
- addLocation("DIGICONTROL Benelux B.V.", "NL-7324", "AJ Apeldoorn", "Watermanstraat 29a ", "+31 55-36805-30", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Büro Dresden", "D-01307", "Dresden", "ABAKUS Business-Center Blasewitzer Sr. 41", "0351-450-4237", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Büro Würzburg", "D-97292", "Uettingen", "Am Finkenflug 35", "09369-982287-0", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-07745", "Jena", "Rudolstädter Str. 41", "03641-4697-0", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-12555", "Berlin", "Friedrichshagener Str. 6b ", "030-762032-31", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-22962", "Siek", "Jacobsrade 3-21 ", "04107-908571", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-31157", "Sarstedt", "Am Boksberg 3 ", "05066-9011-29", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-48565", "Steinfurt", "Webereistraße 1", "02552-638-186", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-51491", "Overath-Steinenbrück", "Olper Str. 113", "02204-98793-0", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-65529", "Waldems", "Auf der Lind 8", "06126-710975", "[email protected] ");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-71069", "Sindelfingen", "Dornierstraße 4", "07031-410093-40", "[email protected]");
- addLocation("GFR - Gesellschaft für Regelungstechnik und Energieeinsparung mbH Niederlassung ", "D-82110", "Germering", "Sembdnerstraße 5", "089-80909057-11", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-17489", "Greifswald", "An der Thronpost 3", "03834-5751-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-21244", "Buchholz i. d. Nordheide", "Maurerstraße 38", "04181-2889-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-21493", "Schwarzenbek", "Grabauer Straße 27a", "04151-89626-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-22525", "Hamburg-Altona", "Holstenkamp 54-56", "040-807877-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-22549", "Hamburg-Osdorf", "Brandstücken 41", "040-7038489-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-23556", "Lübeck", "Krempelsdorfer Allee 62", "0451-49909-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-23843", "Bad Oldesloe", "Teichkoppel 1", "04531-89306-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-23970", "Wismar", "Am Torney 6", "03841-6310-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-24113", "Kiel", "Speckenbeker Weg 143", "0431-649936-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager", "D-24568", "Kaltenkirchen", "Werner-von-Siemens-Straße 9", "04191-9104-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager Lüneburg", "D-21339", "Lüneburg", "In der Marsch 13", "04131-26386-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager mit Ausstellung", "D-17192", "Waren/Müritz", "Heinrich-Seidel-Straße 10", "03991-626-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager mit Ausstellung", "D-18209", "Bad Doberan", "An der Gartenanlage 10", "038203-489-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager mit Ausstellung", "D-19061", "Schwerin", "Carl-von-Linde-Straße 3", "0385-64764-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager mit Ausstellung", "D-22081", "Hamburg-Barmbek", "Alter Teichweg 37–39", "040-27832-0", "[email protected]");
- addLocation("Walter WESEMEYER GmbH Abhollager mit Ausstellung", "D-25421", "Pinneberg", "Flensburger Straße 5", "04101-51794-0", "[email protected]");
- addLocation("WIEDEMANN Elektro GmbH & Co. KG Abhollager Hannover-Waldheim", "D-30519", "Hannover-Waldheim", "Zeißstraße 14", "0511-9845978-014", "[email protected]");
- addLocation("WIEDEMANN Elektro GmbH & Co. KG Abhollager Nienburg", "D-31582", "Nienburg", "Hannoversche Straße 154", "05021-88778-15", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Barsinghausen", "D-30890", "Barsinghausen", "", "05105-582599-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Garbsen", "D-30827", "Garbsen", "Hertzstraße 10", "05131-4612656", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Hannover", "D-30179", "Hannover", "Industrieweg 28A", "0511-899597-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Hannover-Waldheim", "D-30519", "Hannover-Waldheim", "Zeißstraße 14", "0511-9845978-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Herzberg", "D-37412", "Herzberg", "Gartenstraße 11", "05521-85178-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Hildesheim", "D-31139", "Hildesheim-Ochtersum", "Rex-Brauns-Straße 13", "05121-208089-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Höxter", "D-37671", "Höxter", "Zur Lüre 47", "05271-9661-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Verden", "D-27283", "Verden", "Otto-Hahn-Straße 2", "04231-67736-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Abhollager Wolfsburg", "D-38446", "Wolfsburg", "Lerchenweg 49", "05361-53343", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Ausstellung Hildesheim", "D-31134", "Hildesheim", "Marheinekestraße 21", "05121-1021267", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Ausstellung Sarstedt", "31157", "Sarstedt", "Wiedemannstraße", "05066 - 997-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Bielefeld", "D-33609", "Bielefeld", "Herforder Straße 221", "0521-98235-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Braunschweig", "D-38122", "Braunschweig", "Friedrich-Seele-Straße 6", "0531-80928-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Bückeburg", "D-31675", "Bückeburg", "Röcker Feld 3", "05722-9572-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Celle", "D-29227", "Celle", "Hannoversche Heerstraße 88a", "05141-88819-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Goslar", "D-38644", "Goslar", "Gerhard-Weule-Straße 5", "05321-31734-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Göttingen", "D-37079", "Göttingen", "Adolf-Hoyer-Straße 4", "0551-50493-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Hameln", "D-31785", "Hameln", "Stüvestraße 42", "05151-105-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Nienburg", "D-31582", "Nienburg", "Hannoversche Straße 154", "05021-88778-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Osnabrück", "D-49084", "Osnabrück", "Hannoversche Straße 52", "0541-99044-0", "[email protected]");
- addLocation("WIEDEMANN GmbH & Co. KG Niederlassung Soltau", "D-29614", "Soltau", "Marienburger Damm 2", "05191-2535", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH", "60327", "Frankfurt am Main", "Gutleutstraße 322", "069 271388830", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH ", "D-12529", "Schönefeld", "Lilienthalstraße 6", "030-63311445", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Berlin-Köpenick", "D-12557", "Berlin-Köpenick", "Haustechnik GmbH", "030-6167493-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Berlin-Lichtenberg", "D-10365", "Berlin-Lichtenberg", "Bornitzstraße 103", "030-556708-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Berlin-Mahlsdorf", "D-12623", "Berlin-Mahlsdorf", "Landsberger Straße 247", "030-56598660", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Berlin-Tempelhof", "D-12109", "Berlin-Tempelhof", "Ullsteinstraße 73", "030-7017369-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Berlin-Tiergarten", "D-13353", "Berlin-Tiergarten", "Friedrich-Krause-Ufer 16-21", "030-398996-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Berlin-Weissensee", "D-13088", "Berlin-Weissensee", "Piesporter Straße 29-34", "030-9240305-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Brandenburg", "D-14772", "Brandenburg", "Am Industriegelände 2", "03381-7279-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Landsberg", "D-06188", "Landsberg", "Zörbiger Straße 4", "034602-21395", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Nordhausen", "D-99734", "Nordhausen", "An der Helme 15", "03631-602121", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Potsdam", "D-14482", "Potsdam", "Wetzlarer Straße 52", "0331-88726-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Reinickendorf", "D-13509", "Berlin-Reinickendorf", "Miraustraße 27-29", "030-4089986-0", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Thyrow", "D-14959", "Trebbin / OT Thyrow", "Ahornstraße 3", "033731-80315", "[email protected]");
- addLocation("WIEDEMANN Industrie und Haustechnik GmbH Niederlassung Wildau", "D-15745", "Wildau", "Am Kleingewerbegebiet 12", "03375-5258-0", "[email protected]")
- function positionButton() {
- var scrollOffset = $(window).scrollTop();
- var windowHeight = $(window).height();
- var buttonHeight = $('#get-route-button').height();
- var buttonPositon = windowHeight + scrollOffset - buttonHeight;
- $('#get-route-button').css({
- top: buttonPositon,
- position: 'absolute'
- });
- }
- $(window).on('resize', positionButton);
- $('body, html').on('scroll', positionButton);
- $('#input-filter').on('blur', positionButton);
- positionButton();
- function addItemToList(data, distance) {
- if (!data)
- return;
- if (typeof distance == 'undefined') {
- distance = 'berechnet';
- }
- var html = '';
- if (data['name']) {
- html += '<h2>' + data['name'] + '</h2>';
- }
- if (data['street']) {
- html += '<span class="data-val">' + data['street'] + '</span>';
- }
- if (data['zip'] && data['city']) {
- html += '<span class="data-val">' + data['zip'] + ' ' + data['city'] + '</span>';
- }
- if (data['phone']) {
- html += '<span class="data-val">Tel.: ' + data['phone'] + '</span>';
- }
- if (data['mail']) {
- html += '<span class="data-val">E-Mail: ' + data['mail'] + '</span>';
- }
- html += '<span class="data-val">Entfernung: ' + distance + '</span>';
- $('<li>' + html + '</li>').appendTo('#filter-list').on('click', function () {
- selectDestination(data);
- $('#filter-list').find('.active').removeClass('active');
- $(this).addClass('active');
- });
- }
- function selectDestination(data) {
- $('.window-select').removeClass('active');
- $('#dest-info').empty();
- var html = '<h2>' + data['name'] + '</h2>';
- html += '<span>' + data['street'] + '</span>';
- html += '<span>' + data['zip'] + '' + data['city'] + '</span>';
- activeDest = data;
- $(html).appendTo($('#dest-info'));
- $('#get-route-button.disabled').removeClass('disabled');
- }
- //MODIFIED THIS TO CALL ANGULAR FROM AN EXTERNAL SCOPE. THIS IS NOT HOW IT SHOULD BE. BUT GL :)
- function getCords() {
- var city = activeDest['city'];
- var destUrl = 'http://maps.googleapis.com/maps/api/geocode/xml?address=' + activeDest['street'] + ',' + activeDest['city'] + ',Deutschland' + '&sensor=true';
- var MyAngularScope = angular.element($("#MainCtrlId")).scope();
- //Now call your angular method.
- MyAngularScope.getTargetCords(destUrl);
- }
- /////////////////////
- var currentLat = '';
- var currentLng = '';
- function toRad(value) {
- var RADIANT_CONSTANT = 0.0174532925199433;
- return (value * RADIANT_CONSTANT);
- }
- function calculateDistance(s1, s2, e1, e2) {
- var KM_RATIO = 6371;
- try {
- var dLat = toRad(e2 - s2);
- var dLon = toRad(e1 - s1);
- var lat1Rad = toRad(s1);
- var lat2Rad = toRad(e1);
- var a = Math.sin(dLat / 2) * Math.sin(dLat / 2) +
- Math.sin(dLon / 2) * Math.sin(dLon / 2) * Math.cos(lat1Rad) * Math.cos(lat2Rad);
- var c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));
- var d = KM_RATIO * c;
- return d;
- } catch (e) {
- return -1;
- }
- }
- function filter(value) {
- var numItems = locations.length;
- var found = [];
- var data;
- searches = value.split(' ');
- for (var s = 0; s < searches.length; s++)
- if (searches[s] == '')
- searches.splice(s, s + 1);
- console.log(searches);
- $('#get-route-button').addClass('disabled');
- for (var i = 0; i < numItems; ++i) {
- data = locations[i];
- var counter = 0;
- for (var s = 0; s < searches.length; s++) {
- if (data['search'].toLowerCase().indexOf(searches[s].toLowerCase()) > -1) {
- counter++;
- }
- }
- if (counter === searches.length) {
- found.push(data);
- if (found.length >= 5) {
- break;
- }
- }
- }
- $('#filter-list').empty();
- numItems = found.length;
- if (numItems == 0) {
- $('<li>Keine Standorte gefunden.</li>').appendTo('#filter-list').on('click', function () {
- });
- } else {
- for (i = 0; i < numItems; ++i) {
- addItemToList(found[i]);
- }
- }
- }
- function filterType(value) {
- var numItems = locations.length;
- var found = [];
- var data;
- var searches = [];
- searches = value.split(' ');
- for (var s = 0; s < searches.length; s++)
- if (searches[s] == '')
- searches.splice(s, s + 1);
- $('#get-route-button').addClass('disabled');
- for (var i = 0; i < numItems; ++i) {
- data = locations[i];
- var counter = 0;
- for (var s = 0; s < searches.length; s++) {
- if (data['search'].toLowerCase().indexOf(searches[s].toLowerCase()) > -1) {
- counter++;
- }
- }
- if (counter === searches.length) {
- found.push(data);
- if (found.length >= 5) {
- break;
- }
- }
- }
- $('#filter-list').empty();
- numItems = found.length;
- if (numItems == 0) {
- $('<li>Keine Standorte gefunden.</li>').appendTo('#filter-list').on('click', function () {
- });
- } else {
- for (i = 0; i < numItems; ++i) {
- addItemToList(found[i]);
- }
- }
- }
- function displayFirst() {
- $('#filter-list').empty();
- var counter = 0;
- while (counter < 6) {
- addItemToList(locations[counter]);
- counter++;
- }
- }
- document.addEventListener("backbutton", backKeyDown, true);
- function backKeyDown(event) {
- if ($('.window-select').hasClass('active')) {
- event.preventDefault();
- event.stopImmediatePropagation();
- $('.window-select').removeClass('active');
- return false;
- }
- }
- displayFirst();
- var types = '';
- $('#input-filter').on('keyup', function () {
- filter($(this).val() + ' ' + types);
- });
- $('input[type="checkbox"]').on('change', function () {
- types = '';
- if ($('#nieder').prop('checked')) {
- types += 'Niederlassung ';
- } else if (!$('#nieder').prop('checked')) {
- types.replace('Niederlassung ', '');
- }
- if ($('#baus').prop('checked')) {
- types += 'Badausstellung ';
- } else if (!$('#baus').prop('checked')) {
- types.replace('Badausstellung ', '');
- }
- if ($('#abh').prop('checked')) {
- types += 'Abholer ';
- } else if (!$('#abh').prop('checked')) {
- types.replace('Abholer ', '');
- }
- console.log(types + $('#input-filter').val());
- filterType(types + $('#input-filter').val());
- });
- $('.destination-select').on('click', function () {
- $('.window-select').addClass('active');
- });
- $('#get-route-button').on('click', function () {
- if ($(this).hasClass('disabled')) {
- return;
- }
- getCords();
- });
- });
- </script>
- </head>
- <body ng-controller="MainCtrl" id="MainCtrlId">
- <div data-role=" page" data-theme="a" id="main_page">
- <div data-role="header" data-position="fixed">
- <a href="javascript: history.back(); void(0);" rel="localize[/FIS/ESI_ALL/ZURUECK]" data-icon="arrow-l">Zurück zur Übersicht</a>
- </div>
- <div id="input-wrap">
- <input id="input-filter" placeholder="Standorte finden..." />
- </div>
- <div id="type-wrap">
- <fieldset class="typeset">
- <label for="check1">
- Niederlassung
- <input id="nieder" type="checkbox" name="zutat" value="salami" id="check1">
- </label> <br />
- <label for="check2">
- Badausstellung
- <input id="baus" type="checkbox" name="zutat" value="schinken" id="check2">
- </label> <br />
- <label for="check3">
- Abholer
- <input id="abh" type="checkbox" name="zutat" value="sardellen" id="check3">
- </label>
- </fieldset>
- </div>
- <ul id="filter-list">
- -->
- </ul>
- <div id="get-route-button" class="disabled">
- Route berechnen
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement