I'm starting with AngularJS and to study I created an application that I saw on the internet, but when I use the command "ng-include=" 'Footer.html' "inside the div it gives an error in the console.
angular.js: 12578 XMLHttpRequest can not load file: File Path. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
I have already changed the permissions of the folder so everything has access and it still did not work.