I'm trying to solve this problem that I get in consola when I'm in the url of the server where my project is, "PS: In my localhost I do not get this error ..."
I have this view with the controller I use.
.when('/ase...
I have a problem with an icon svg in angular-material , when I load my page the icon loads correctly with the following code: <md-icon md-svg-icon="{{ aaa.stat }}" aria-label="Icons Status"></md-icon> I am making...