I was implementing webpack to my angularJS project the other day, and my project threw an unkown RouterProvider error.
Changing my $router
provider to $rootRouter
fixed the issue.
So my question is, what is the difference between them?
Thanks in advance, Jules