I have this function
$scope.testepdf = function () {
var doc = new jsPDF();
doc.setFontSize(12);
doc.text(10, 10, $scope.cons_a.razao)
doc.text(10, 15, $scope.cons_a.endereco + ',' + $scope.cons_a.nr...
I need help adjusting two pie charts on the left and right ends of a header. Every time I zoom in (ctrl and +) they misalign. I set the css to appear adjusted, but as soon as I zoom in, everything looks ugly. Thanks in advance for your help. Her...
Hi, I'm having this problem when I try to make an http.post request in a restfull api.
Possibly unhandled rejection: {"timestamp": 1517450563066, "status": 400, "error": "Bad Request", "exception": "org.springframework.web.bind.MethodArgum...
I have been learning Angular for some time now and having some problems. I try to include a service (httpService), but an error occurs. My code:
Controller.js:
'use strict';
var app = angular.module('ang-app');
app.controller('User_Regi...
Good afternoon, so I'm in doubt on how to call a service in C #, I've tried in many ways but I did not succeed.
(function () {
'use strict';
function Service($http, $q) {
const url = 'http://172.23.1.31:81/Service1.svc';...
Good afternoon,
I'm participating in a project and I'm using AngularJS and UI-router, much of it already done, but I'm not sure how I can get the login menu, I'd like it to appear only after authentication. If anyone can give a force there, t...
I have this mod created in html
<div class="portfolio-modal modal fade" id="automaticBasket" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">...
I'm trying to display graph information without the need for the user to hover over some piece of chart. I'm using Chart.js with Angular.js!
My question is also the one of the user @DiegoAugusto this question here
html snippet:
&l...
Hello, I have an automatic thead generator, positioning colspan and conforming rowspan of json content, but not being able to link the contents of each column to thead, how would I do that?
angular.module('myapp', []).controller('tableCo...
I've been researching how google and facebook crawlers work, but I have not found much about how they work to identify information from web pages.
Does this lead me to question how it will index the pages of the application in Angular?
I foun...