tinyfix: collapse one at a time
This commit is contained in:
parent
f325b42989
commit
7be9cec630
2 changed files with 4 additions and 0 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ angular.module('cosign.transactions').controller('TransactionsController',
|
|||
function($scope, $rootScope, $location) {
|
||||
$scope.title = 'Transactions';
|
||||
|
||||
$scope.oneAtATime = true;
|
||||
|
||||
$scope.txsinput = [
|
||||
{
|
||||
fromAddr: "n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue