Merge pull request #139 from colkito/feature/angularjs-tests
Feature/angularjs tests
This commit is contained in:
commit
e69032e951
11 changed files with 86 additions and 10 deletions
|
|
@ -1,8 +1,9 @@
|
|||
'use strict';
|
||||
var bitcore = require('bitcore');
|
||||
|
||||
angular.module('copay.transactions').controller('TransactionsController',
|
||||
function($scope, $rootScope, $location) {
|
||||
var bitcore = require('bitcore');
|
||||
|
||||
$scope.title = 'Transactions';
|
||||
var _updateTxs = function() {
|
||||
var w =$rootScope.wallet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue