tinyfix: collapse one at a time

This commit is contained in:
Gustavo Cortez 2014-03-26 18:07:28 -03:00
parent f325b42989
commit 7be9cec630
2 changed files with 4 additions and 0 deletions

View File

@ -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'}

View File

@ -4,6 +4,8 @@ angular.module('cosign.transactions').controller('TransactionsController',
function($scope, $rootScope, $location) {
$scope.title = 'Transactions';
$scope.oneAtATime = true;
$scope.txsinput = [
{
fromAddr: "n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb",