Add shapeshift service item

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-08 16:03:34 +09:00
commit ab13478f79

View file

@ -137,5 +137,17 @@ angular.module('copayApp.services').factory('shapeshiftService', function ($http
});
};
var servicesItem = {
name: 'shapeshift',
title: 'Shapeshift',
icon: 'icon-shapeshift',
sref: 'tabs.shapeshift',
};
var register = function() {
servicesService.register(servicesItem);
};
register();
return root;
});