I have been working for a few hours on getting my links to click through to different views with my AngularJS app.
However, I can only seem to get the functionality
ng-view and ng-include make ajax requests to serve the template file. Because you're running it locally, it can't make that request. An easy fix around this is to use http-server to serve your contents over a local server.