Fixed price chart page and updated tab icons

This commit is contained in:
magmahindenburg 2017-07-06 14:13:37 +09:00
commit 05add57883
28 changed files with 1685 additions and 397 deletions

View file

@ -13,7 +13,7 @@ angular.module('copayApp.services').factory('pricechartService', function($http,
var nextStepItem = {
name: 'pricechart',
title: 'Bitcoin Price Chart',
icon: 'icon-bitcoincom',
icon: 'icon-chart',
sref: 'tabs.pricechart',
};