changed 'charts' to 'charts' and removed unused variable

This commit is contained in:
Kadir Sekha 2018-02-15 15:48:10 +00:00
commit 60f3485585

View file

@ -3,16 +3,9 @@ angular.module('copayApp.services').factory('pricechartService', function($http,
var root = {};
var credentials = {};
var homeItem = {
name: 'pricechart',
title: 'Bitcoin Price Chart',
icon: 'icon-bitcoincom',
sref: 'tabs.pricechart',
};
var nextStepItem = {
name: 'pricechart',
title: 'Bitcoin Price Chart',
title: 'Bitcoin Price Charts',
icon: 'icon-chart',
sref: 'tabs.pricechart',
};