Skip to main content
added 2 characters in body
Source Link
T J
  • 43.2k
  • 13
  • 87
  • 142

When using angularjsAngularJS and doing a redirect using $location.path('/path')$location.path('/path') the new page takes a while to load, especially on mobile.

Is there a way to add a progress bar for loading? Maybe something like YoutubeYouTube has?

When using angularjs and doing a redirect using $location.path('/path') the new page takes a while to load, especially on mobile.

Is there a way to add a progress bar for loading? Maybe something like Youtube has?

When using AngularJS and doing a redirect using $location.path('/path') the new page takes a while to load, especially on mobile.

Is there a way to add a progress bar for loading? Maybe something like YouTube has?

Source Link
MB.
  • 4.3k
  • 12
  • 57
  • 82

AngularJS loading progress bar

When using angularjs and doing a redirect using $location.path('/path') the new page takes a while to load, especially on mobile.

Is there a way to add a progress bar for loading? Maybe something like Youtube has?