Well, I'm new to AngularJS. I have a project, a single page with routes configured with a controller. Views are loaded within the element of the index.html page. Inside the controller I'm making an http call to get the data and data binding with the $ scope. As you play the module, it is applied in ng-view. So that's fine ... but I need to make an error page, in case the user accesses in the url anything that is not found, is directed to an error page .. where can I customize the error and suggest to the user to return to the main page .