I encountered the following error with a root cause of Module \'ngRoute\' is not available
Uncaught Error: [$injector:modulerr] Faile
For me the error occurred due to my browser using a cached version of the js file containing the module. Clearing the cache and reloading the page solved the problem.