Questions tagged as 'angularjs'

1
answer

Sending new value to all users via signIR

I need to make all users receive the updated values on their screens as soon as the AutonavHub.client.printPackageInfoFloat(objeto) function is called within $scope.adicionar = function (objeto) {...} . Below is my ChatHub.cs u...
asked by 23.05.2017 / 22:39
1
answer

Doughnut Kind chart with multiple series

I'm using Angular Charts to plot a Donut chart; my code is structured as follows: $scope.data = [ ['abc', 'def'], ['fgh', 'ijk'], ]; $scope.labels = ['Ask', 'Bid']; $socpe.series = ['Volume Ask', 'Volume Bid']; $scope.color = ['#66ff33', '#fff...
asked by 26.12.2016 / 13:08
1
answer

Ionic and AngularJs: How to filter repeated names in ngRepeat

How to filter, with Ionic and AngularJs, repeated names in my ng-repeat ? I've already used ui.filters and unique only works when there are no routing, ie on websites in mobile applications it does not work. In my controll...
asked by 13.07.2016 / 04:25
1
answer

How to upload and download the same request using AngularJS and Web api?

I'm developing a feature that will receive a spreadsheet in .xlsx format, perform a render and return that spreadsheet with the columns added, in which case I should upload a file and success would download it. In my attempts or I can send the f...
asked by 21.07.2016 / 15:00
2
answers

Vector Order Increasingly with Angularjs

$scope.auxiliar.minimo = $scope.blocos[i].tamanhoTotal - processo.tamanho; $scope.auxiliar.posicaoBlocoLivre = $scope.blocos[i]; $scope.menores.push($scope.auxiliar); I want to sort my "minor" vector incrementally by object attribute: "$sco...
asked by 08.05.2016 / 22:59
1
answer

5th step using jquery.smartWizard.js

I have the following form menu using jquery.smartWizard.js Ineedtoenterthe5thstepandIcannot.HowdoIenter?Belowisthecodeformyscreen.<!--Tabs--><divid="wizard_verticle" class="form_wizard wizard_verticle"> <ul class="list-uns...
asked by 20.03.2017 / 21:22
1
answer

Security when sending and retrieving data from a URL

Hello, I am learning development and I do not know much about security. I'm doing a web application using Nodejs + Expressjs + AngularJs + MongoDB . I did as follows, the MongoDB data is sent to a URL using the Post...
asked by 21.10.2015 / 18:11
2
answers

What is the best way to reuse codes between modules

I'm developing a tool using AngularJS, but I'm constantly picking it up, I need to reuse code from different modules and files, but it's not working properly. With javascript pure, it is quiet to reuse other functions, even in different files, t...
asked by 21.10.2015 / 16:16
2
answers

How to change the class of a: after in angularjs using ng-class?

I have a div with an after and I would like to change the background color of this after dynamically via controller, however I am not succeeding when importing ng-class into the parent div. <div class="infos" ng-class="myController.infoBlue...
asked by 05.08.2015 / 21:28
1
answer

How to convert latin1_swedish_ci data to utf8_bin in php?

I've got a SQL script that "mounts" 3 tables, one with country, one with states, and one with Brazilian cities. The script makes the collection , of the names, in latin1_swedish_ci and I needed it to be utf8_bin , because the...
asked by 13.01.2016 / 15:01