Wallet/src/js/controllers/shapeshift.js

3 lines
122 B
JavaScript
Raw Normal View History

2017-12-08 18:02:30 +09:00
'use strict';
angular.module('copayApp.controllers').controller('shapeshiftController', function($scope, $interval){ });