Fixes show all/show less button on address list
This commit is contained in:
parent
5c1935e04b
commit
12adaa64d2
8 changed files with 110 additions and 161 deletions
|
|
@ -136,6 +136,7 @@ angular.module('copayApp.services')
|
|||
});
|
||||
w.on('close', root.onErrorDigest);
|
||||
w.on('locked', root.onErrorDigest.bind(this));
|
||||
|
||||
};
|
||||
|
||||
root.setupRootVariables = function() {
|
||||
|
|
@ -159,6 +160,7 @@ angular.module('copayApp.services')
|
|||
root.updateAddressList();
|
||||
notification.enableHtml5Mode(); // for chrome: if support, enable it
|
||||
w.netStart();
|
||||
|
||||
};
|
||||
|
||||
// TODO movie this to wallet
|
||||
|
|
@ -281,5 +283,7 @@ angular.module('copayApp.services')
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
return root;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue