-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading bar should only appear on noticeable latency #27
Comments
fixed the configuration... will try and wrap my head around the tests and update them this weekend. |
this isn't in bower yet, right? |
@luisrudge nope, not yet -- still working in a separate branch for now |
@alexmingoia you're cool if I merge your work into my branch right? I was gonna take a stab at the tests soon |
@chieffancypants Yes, please do :) |
Added angular libs via bower so I don't have to do this again
The extra $timout.flush() accounts for the latency threshold
This one should be all set guys. Let me know if you encounter any weirdness. |
The bar should only appear when there is noticeable latency. Displaying the bar on every XHR request gets repetitive, and serves very little purpose on those quick ~20ms calls.
This change will likely break lots of tests
The text was updated successfully, but these errors were encountered: