Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Fix repeater issue in transaction list #157

Closed
reyraa opened this issue Apr 28, 2017 · 0 comments
Closed

Fix repeater issue in transaction list #157

reyraa opened this issue Apr 28, 2017 · 0 comments

Comments

@reyraa
Copy link
Contributor

reyraa commented Apr 28, 2017

Expected behaviour

Multiple pending transaction in transaction list must be possible.

Actual behaviour

Having multiple transaction in transactions list we face this error:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: transaction in $ctrl.transactions track by transaction.id | orderBy:'-timestamp', Duplicate key....

Steps to reproduce

Send some LSK to an arbitrary address. you'll see the transaction labeled as Pending in the transaction list. now before the it's confirmed and its label is changed from 'Pending' to its actual time, create another transaction to any arbitrary address. open the devtools and see the error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants