Questions tagged as 'angularjs'

1
answer

Repositories.cfg could not be loaded

I'm trying to compile an android application using the following command, ionic build android for Ionic 1.x, but I get the following error: File C:\Users\User\.android\repositories.cfg could not be loaded. The information of my team...
asked by 13.04.2017 / 19:54
1
answer

Problem with angular ng-repeat directive

I have a problem with Angular's ng-repeat directive, I'm creating a banner component that works as follows: when you click on add image, that image is converted to base64 and the new image is added to an array and it is with this array that the...
asked by 05.09.2017 / 18:43
1
answer

Application Security AngularJS

I am developing my web application with angularjs, previously I worked with angularjs on Ionic. In the mobile applications I used an encryption plugin that impeded being able to see the source code and with that I passed security. However, this...
asked by 01.12.2017 / 14:45
2
answers

ngRoute: Temporary template for 5 seconds when accessing a route with id

How can I make a template display temporarily for 5 seconds when accessing a specific path with id -The path with id already has its own template-, after 5 seconds the template that should have been shown originally in the route? I searched ever...
asked by 01.08.2016 / 23:48
3
answers

Separate a date (dd / mm / yyyy) in different options

How do I separate the current date in three options. For example: and then go back together? I have this working but I have been asked to change it and I can not find anything about doing what I ask. <tr> <th >Fec...
asked by 16.08.2016 / 15:37
1
answer

Load MySQLl data in Modal Bootstrap

Hello, how could I load all the data of the person in a modal window when clicking on the button that is shown in the image called Register? I need to click on it to load all the data, which is in a database in MySQL. I know th...
asked by 22.02.2017 / 15:08
3
answers

Sum of inputs Checkbox and Text Real time

I need to add the text type input with the checkbox type input, at this moment when I click on the checkbox it adds up and shows the total, but I need to add the text type input called service price. This is a screenshot of my form:...
asked by 21.02.2017 / 18:09
1
answer

How to load a Select with AngularJS and JSON

Good, I'm trying to load a select with AngularJS by calling a Json but I do not know how to do it I have this JSON angular.module('playersApp', []).controller("AllPlayerssCtrl", function ($scope) { $scope.players = [ { "p...
asked by 20.08.2017 / 21:41
2
answers

Convert variable to Barcode

Good afternoon community, I have a question, it turns out that I must take from a field the respective value of what is in it. <div class="form-group"> <label for="" class="control-label">Documento:</label>...
asked by 28.08.2017 / 21:32
2
answers

Error in array with Angularjs

I have two arrays which contain certain values the first array is predefined and the second array equals the first array . The second array itself is a array auxiliary which I use it to remove elements. T...
asked by 03.08.2017 / 06:46