added lots of shapeshift related code

This commit is contained in:
Kadir Sekha 2017-12-08 18:02:30 +09:00
commit c4c8008573
12 changed files with 669 additions and 0 deletions

View file

@ -0,0 +1,3 @@
'use strict';
angular.module('copayApp.controllers').controller('shapeshiftController', function($scope, $interval){ });