OutlierVentures / BuyCoPoc

BuyCo.io Proof of Concept on an Ethereum blockchain
Apache License 2.0
0 stars 1 forks source link

After refresh $rootScope.userInfo is empty #83

Closed AronVanAmmers closed 8 years ago

AronVanAmmers commented 8 years ago

For a new account the form should just be empty, no error messages.

2016-03-04 14_43_47-buyco proof of concept

AronVanAmmers commented 8 years ago

The cause is wider, after page refresh $rootScope.userInfo is empty.

User info should be reloaded on page initialization, probably in loginService.

AronVanAmmers commented 8 years ago

As a workaround, open a new tab with the app. Possibly relevant: I'm currently using useStubs: true.