Questions tagged as 'angularjs'

0
answers

doubts with jsPdf

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...
asked by 05.02.2018 / 10:52
0
answers

Adjust graphics at the ends of the header

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...
asked by 04.02.2018 / 16:53
0
answers

Possibly unhandled rejection:

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...
asked by 01.02.2018 / 03:11
1
answer

Injection problem of angular js

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...
asked by 30.01.2018 / 21:49
1
answer

How to call a service in C # using AngularJS

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';...
asked by 30.01.2018 / 19:36
1
answer

Remove the login menu? (AngularJS and UI router)

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...
asked by 30.01.2018 / 19:05
0
answers

Popular angular data

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">...
asked by 04.02.2018 / 23:42
0
answers

Labels fixed in the chart - Angularjs and Chartjs

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...
asked by 29.01.2018 / 21:52
0
answers

Table contents, tbody, dynamic according to thead angularjs

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...
asked by 29.01.2018 / 09:38
0
answers

How is the Indexing of AngularJS routes by googlebot?

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...
asked by 04.02.2018 / 01:40