We do have a problem on UPS Angular UI:
- clicking on the navigation TAB does trigger HTTP request twice, when moving from one page/view to a different one.
Clicking on the same tab (and no transition happens), we get the requests for that view only once. I also think some weird page-reload is happening.... clicking on the current TAB, and not navigting... all is good; request only once So attempt to fix it: https://github.com/aerogear/aerogear-unifiedpush-server/pull/784 but it's still there... |