I can't tell what I'm doing wrong as I'm totally new to this.
I've included the following line into my index.html between the header and the footer. Both files reside in the same folder.
<ng-include src="'dishdetail.html'"></ng-include>
Simple, right?
Then I get this error:
angular.js:12373
XMLHttpRequest cannot load
file:///.../codingstuff/conFusion/app/dishdetail.html.
Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
How do I get around this? Do I get around this?