Questions tagged as 'angularjs'

1
answer

How to redirect view in a controller with AngularJS

I have a department query page and I have the button in it. This page is a view that has been defined as a route and is called within my index.html. I would like to know how it is possible to click the register button, change the view that I...
asked by 16.07.2017 / 02:03
0
answers

Subtract in angularjs

I have a question in AngularJS. To sum the values in memory this is all ok, but I am having difficulty subtracting one or more values that are in memory. $scope.adicionaratividade = function (atividade) { $scope.ati...
asked by 15.06.2017 / 07:30
0
answers

Postfix for server nodejs with ionic error XMLHttpRequest

I am using ionic 3 to execute a http post request for a local server developed in node js but the error is occurring:    VM1515? ionicplatform = android: 1 XMLHttpRequest can not load link . Response to preflight request...
asked by 17.06.2017 / 17:57
1
answer

Call a dll in javaScript [duplicate]

I would like to know if there is a way to communicate with a dll using javaScript or angularjs?     
asked by 23.06.2017 / 16:47
0
answers

Access-Control-Allow-Origin in different environments

I have a very strange problem: the same code works locally and in prod, but does not work in homolog. Basically, the problem is homolog (soon at login) is this:    XMLHttpRequest can not load link . In 'Access-Control-Allow-Origin' header...
asked by 01.06.2017 / 17:28
0
answers

Error: $ http: baddata Bad JSON Data

I'm finishing developing a web application but I have a problem. All my application was developed in Python, Restful, AngularJS and ChartJs. I'm importing information from the database via python and saving in a vector as per the code below: d...
asked by 05.06.2017 / 04:26
2
answers

Icon within the input

How do I put a icon inside of input ? input : <input id="password2" class="form-control" placeholder="Enter password" name="Password" type="password" value="" ng-model="user.Password" ng-pattern="/^(?=.*[a-z])(?=.*[A-Z])(?=...
asked by 09.06.2017 / 11:10
1
answer

Problem editing data - AngularJS

I have a grid with the data and also has an edit button. Problem: When I click on change and start to modify the data, there on the grid the data is being changed too, even without saving. My function that loads the data is this: /* Fun...
asked by 06.06.2017 / 00:35
0
answers

Error opening application

Good afternoon, I've cloned a repository using angularJS and node.js. I would like to run it, but clicking    "index.html" The site appears incomplete. In the terminal, inside the repository I put it to see if it was running    $...
asked by 06.06.2017 / 16:10
0
answers

How to test Web Server CoffeeScript application using windows cmd?

I'm trying to test this angled design . I have already installed angular, bower, grunt and coffescript. I was able to get to the Web Server startup stage where the author says:    Use Terminal to start the CoffeeScript, built-in Quizzl...
asked by 11.05.2017 / 15:06