unlhcc / HCCGo

A GUI application for submitting and managing jobs at the Holland Computing Center
6 stars 4 forks source link

Clicking out of the File Management screen resets some of the display #191

Closed CarrieBrown closed 7 years ago

CarrieBrown commented 7 years ago

File Management Screen Before:

screen shot 2017-02-20 at 2 36 14 pm

Clicking away from the File Management screen and going back to it causes it to change.

File Management Screen After:

screen shot 2017-02-20 at 2 36 24 pm

The Remote panel switches to say "Home", while the directory is still work. And the "Switch to Home" button became "Switch to Work" even though work is the active directory.

jerroddixon commented 7 years ago

Created a pull to fix this issue. Effectively, the explanation for this behavior is that we shouldn't use angular.element as much as possible.