You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmonero/html/js/controllers/transaction_details.js

15 lines
417 B

/**
* Created by mwo on 02/08/17.
*/
thinwalletCtrls.controller('TransactionDetailsCtrl', function ($scope, $http,
AccountService,
ModalService,
ApiCalls) {
"use strict";
console.log("TransactionDetailsCtrl");
});