changed 'charts' to 'charts' and removed unused variable
This commit is contained in:
parent
0b6ddb1455
commit
60f3485585
1 changed files with 1 additions and 8 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue