From 7be9cec630b9da48fb0b095e9deab25882c59848 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Wed, 26 Mar 2014 18:07:28 -0300 Subject: [PATCH] tinyfix: collapse one at a time --- js/controllers/home.js | 2 ++ js/controllers/transactions.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/js/controllers/home.js b/js/controllers/home.js index 1f87ab2a2..72af37a25 100644 --- a/js/controllers/home.js +++ b/js/controllers/home.js @@ -4,6 +4,8 @@ angular.module('cosign.home').controller('HomeController', function($scope, $rootScope, $location) { $scope.title = 'Home'; + $scope.oneAtATime = true; + $scope.addrs = [ { addrStr: 'n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb'}, { addrStr: 'my9wnLwwUrwpNfEgSrWY62ymEGf1edKf4J'} diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index 18cbe1333..0f5e4d442 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -4,6 +4,8 @@ angular.module('cosign.transactions').controller('TransactionsController', function($scope, $rootScope, $location) { $scope.title = 'Transactions'; + $scope.oneAtATime = true; + $scope.txsinput = [ { fromAddr: "n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb",