Questions tagged as 'angularjs'

0
answers

Login with Ionic and PHP / Mysql API

I'm developing an application with Ionic v1 whose API is in PHP / Mysql and now need to implement a login system. I already have the platform running from the web, it's a social network. As I'm a beginner in Ionic, I have "stitched" the money...
asked by 17.01.2017 / 01:40
1
answer

Angularjs-Charts - How to display monetary values in the chart

I'm using the angular-charts.js library I want to display values that return from the bank, formatted in monetary values $scope.series = ['Valor Etapa', 'Valor Realizado', 'Resultado']; $scope.labels = []; $scope.data = []; if (typeo...
asked by 17.01.2017 / 23:43
2
answers

Editing data with Angular and php

Does anyone know how to select a data and go to an editing screen, using html, angularJS and php? Example: I have a list of contacts. I want to make a button that holds the id of that contact and when I click on this button, it takes me to an...
asked by 27.09.2015 / 03:48
0
answers

Array not being created correctly

I have a AngularJS variable that stores a whole jSON that I load, the jSON data looks like this: { "Products": "Pimenta Vermelha muito boa", "Product_Code": "XXXXX", "RTV": "Alisson Acioli", "Regional": "Sudeste", "C...
asked by 18.11.2016 / 21:07
0
answers

Gulp Concat does not work

Good morning. I am not able to concatenate the AngularJS files using the gulp concat module. I have already tried to change the directory file and it still does not work. The problem is that no error appears to me, it simply does not concatenate...
asked by 19.11.2016 / 16:10
0
answers

How to change the AngularJS avatar using storage image? [closed]

Creating an app with AngularJS and would like the user to choose a photo of their storage to insert as an image of their profile, that is, I want to search the image in the internal memory. Is it possible? $scope.pegaArquivo = function (files)...
asked by 03.11.2016 / 03:29
1
answer

doubts with select and angular Js

I'm using select and angularJs, my selectize is set up like this : no controller //configurando o select mrdicamento $scope.selectize_medicamento = { plugins: { 'remove_button': { label: '' } }, max...
asked by 06.01.2017 / 08:21
0
answers

How to dynamically initialize a select2 in angularjs

Hello everyone, I'm using the select2 plugin in my project. I need to create multiple selects2 dynamically, by angular. I have a vector of objects (with id, name) and I need from an event, in a function to generate a select to of each object, be...
asked by 25.10.2016 / 22:34
0
answers

return method JS

I have the following method: $scope.upload = function (files) { if (files && files.length) { for (var i = 0; i < files.length; i++) { var file = files[i]; if (!file.$error) { Uplo...
asked by 08.11.2016 / 21:57
2
answers

Problems with modals

I'm using the template in Angular. I need to open a page within a modal, for this I used a code that was suggested by the template support: <script type="text/javascript"> $('#conteudo2').on({ 'show.uk.modal': function () {...
asked by 04.11.2016 / 08:52