Wallet/src/js/controllers/review.controller.js

9 lines
160 B
JavaScript
Raw Normal View History

'use strict';
angular
.module('copayApp.controllers')
.controller('reviewController', reviewController);
function reviewController() {
var vm = this;
}