I read the tutorial on Angular. I go on "try it now". Here is one of the examples. Everything works fine. I save to my folder: index.html main.htm - copy london.html london.htm paris.htm
I start - I get an error. In addition, in index.html I had to fix the link in the head
error: XMLHttpRequest cannot load file: /// D: /Docs/angular/main.htm. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
angular.js: 12520 Error: [$ compile: tpload]
what am i doing wrong I would save the example locally and run it in the browser and continue to experiment on your own.
file:///protocol) - ajax requests do not work, and all the loadings of the templates are made by them. - Grundy