interchange / TableEditor

25 stars 4 forks source link

Logout doesn't work anymore #74

Closed racke closed 9 years ago

racke commented 9 years ago

Logout stopped working for me on several instances of TableEditor. No message on JS console or application log. Any idea?

racke commented 9 years ago

Reverting 2c278bcc576e6a899bf3085c1385bcfac92aeea5 fixed that. What was the idea of this commit?

gregapompe commented 9 years ago

There was some kind of flow problem, like $rootScope.logout() not being set yet in some cases. Apparently that wasn't done properly :)