gazetteerhk / census_explorer

Explore Hong Kong's neighborhoods through visualizations of census data
http://gazetteer.hk
MIT License
42 stars 12 forks source link

Loading indicator #28

Closed hxu closed 10 years ago

hxu commented 10 years ago

Implement a loading indicator for when API requests are being processed.

In other projects, I've used a directive that just watches for requests on the $http service, and shows the loading indicator when there are unresolved requests. It doesn't cover all cases, but is easy to use.

hupili commented 10 years ago

Anything like https://github.com/cgross/angular-busy ?

hxu commented 10 years ago

Yeah exactly that.