From 3c4fd9f83b1565a7dc8b977847e38532256e84ac Mon Sep 17 00:00:00 2001 From: niksmac Date: Wed, 17 Feb 2016 15:04:21 +0530 Subject: [PATCH] Release 1.0.0 --- config.xml | 2 +- www/js/controllers.js | 7 ------- www/templates/credits.html | 15 ++++++++------- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/config.xml b/config.xml index 00b3011..d86f66d 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + EtherWallet A Wallet for Ethereum (ETH) diff --git a/www/js/controllers.js b/www/js/controllers.js index 3671e81..043abb5 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -133,21 +133,14 @@ angular.module('starter.controllers', ['chart.js', 'ngCordova']) $scope.values.volume = resp.data.volume[0][1]; }); }; - $http.get('http://www.coincap.io/history/1day/ETH').then(function(resp) { $rootScope.hide($ionicLoading); $scope.values.mktcap = resp.data.market_cap[0][1]; $scope.values.price = resp.data.price[0][1]; $scope.values.volume = resp.data.volume[0][1]; }); - - socket.on('global', function (globalMsg) { - console.log(globalMsg); - }) - socket.on('trade', function (tradeMsg) { $localStorage.marketcap = tradeMsg; - console.log(tradeMsg); if(tradeMsg.message.coin === "ETH") { $scope.values.short = tradeMsg.message.msg.short; $scope.values.long = tradeMsg.message.msg.long; diff --git a/www/templates/credits.html b/www/templates/credits.html index 3e67237..443c546 100644 --- a/www/templates/credits.html +++ b/www/templates/credits.html @@ -27,17 +27,18 @@

Credits

etherchain.org - CoinCap.io - + + shapeshift.io +
Development Sponsors
- - Pegke Loyalty - - - + + Pegke Loyalty + + +