Fixes for Angular 1.3 breaking changes:
- Reworked cache logic to allow cache:true (#96)
- update z-index to work with other css frameworks (#69)
- ignoreLoadingBar not ignored when calculating percentage complete (#70)
- Split loading bar into different modules so they can be included separately (#46)
- Fix for route views defined on body where loading bar is also attached (#56)
- Initial load percentage is now configurable (#47)
- Peg graphic reworked so the loadingbar does not require CSS changes when not at the very top of the page (#42, #45, #10)
- z-index of spinner increased to work with Bootstrap 3 z-indexes (#53)
- Loading bar only appears on XHR requests with high latency (#27)
- Progression bar not calculated correctly for consecutive calls within the 500ms delay (#29, #32)
- Event broadcasts when loading (#31)
- Alias chieffancypants.loadingbar to angular-loading-bar (#25, #19)
- Fixed issues with Angular 1.2-rc3+
- Ability to ignore particular XHR requests (#21)
- Broadcasting of events (#18)