shapeshift moved to default services and communities fix

This commit is contained in:
Sebastiaan Pasma 2018-08-09 10:15:55 +02:00
commit 420305cf01
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
3 changed files with 8 additions and 15 deletions

View file

@ -1,7 +1,12 @@
'use strict'
angular.module('copayApp.services').factory('servicesService', function(configService, $log, lodash) {
var root = {};
var services = [];
var services = [{
name: 'shapeshift',
title: 'Shapeshift',
icon: 'icon-shapeshift',
sref: 'tabs.shapeshift',
}];
root.register = function(serviceInfo) {
$log.info('Adding Services entry:' + serviceInfo.name);