Posts by Rafaela Cordeiro • 87 points
4 posts
-
4
votes2
answers13159
viewsQ: Error: Access to Xmlhttprequest at 'file://...' from origin 'null' has been blocked by CORS policy
Hello, I am trying to add an html file inside another page through a directive. And give this error: Access to Xmlhttprequest at 'file://.../Angularjs/Formul%C3%A1rio%20Simples/views/client.html'…
-
0
votes2
answers184
viewsQ: Error: Typeerror: $http.get(...). Success is not a Function
I’m calling an Amazon service and is giving problem, follow code: Controller: app.controller('MainController', ['$scope', 'emails', function($scope, emails) { emails.success(function(data) {…
-
0
votes2
answers2470
viewsQ: Error: push is not a Function
As I click the button it should add what is written in the fields in the table, but it of the error: Typeerror: $Scope.listClient.push is not a Function My controller:…
angularjsasked Rafaela Cordeiro 87 -
4
votes3
answers4397
viewsQ: html file does not identify CSS
I went for a style on the page and HTML does not use the CSS file. First I put it like this: <link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="bootstrap.css"> And on…