danielabar / globi-proto

InfoVis 2015 IVMOOC Globi Explorer
http://danielabar.github.io/globi-proto
MIT License
2 stars 1 forks source link

Add AJAX spinning loader #71

Closed danielabar closed 9 years ago

danielabar commented 9 years ago

Sometimes the GloBI API responses can take several seconds or more to return. The ngProgress doesn't seem to indicate this accurately. We should add spinning loaders to all areas of the views that are waiting on ajax data to load so its more clear to the user that something is being loaded.

danielabar commented 9 years ago

It's possible the ngProgress isn't working quite right in cases where there are multiple ajax requests needed to load the page. In this case, a solution something like this might work better.