Questions tagged as 'angularjs'

3
answers

AngularJS in TPL Files PrestaShop

I am trying to integrate a module in PrestaShop with the help of AngularJS to reduce the work in modifying this framework for ecommerce. The detail is that at the moment of wanting to access the variables of my JS model, apparently there are pro...
asked by 15.09.2016 / 07:13
1
answer

Authenticate in angularJS with $ scope?

the question has arisen because my login is something different because when validating a user in the WS, this has to return data in JSON, because with that data I consult another WS to receive new data and display them in the view I am tryin...
asked by 20.09.2016 / 23:17
1
answer

Problems with the Cors in Laravel and Angular

I am trying to send the information from AngularJ to my apirest of L5 the information is from the Login e users with your password the error is as follows. I have tried for minutes to apply several L5 packages in relation to this...
asked by 08.09.2016 / 20:04
1
answer

Send form input to Controller with angularjs

I need to send the form's input collection to the MVC controller method (C #) by means of an ajax request from an Angular controller, the problem is that the FormCollection arrives empty to the controller. p> How can I send the serialized f...
asked by 25.08.2016 / 15:10
1
answer

Problem with uiGridConstants from ui-grid in Angular

My problem is when I want to do the following example of the documentation of a grid. link Specifically this function: $scope.toggleVisible = function() { $scope.columns[0].visible = !($scope.columns[0].visible || $scope.columns[0]...
asked by 24.08.2016 / 23:07
1
answer

pass variable of the view to the angular factory js

Friends, I want to send this id that prints a ng-repeat <p>{{ p.id }} </p> to a factory to concatenate it in a url http://api/products/"+paramId+"?token=" +localStorage.getItem('token')+"&u...
asked by 02.09.2016 / 01:19
1
answer

How to use the While with a Service AngujarJs

I have the following problem, I hope you can help me. I have a while loop and inside I am calling a service, the problem is that the loop runs many times and never enters the service, blocks the browser and does not enter the service, if I re...
asked by 31.08.2016 / 03:04
1
answer

Angular chart graphics js

Is it possible to have two graphics on the same page with the angular library chart js? for example one of line and all of bars. Is that I'm trying but only shows me data from the first, the second graphic is totally white, it's as if I did not...
asked by 11.08.2016 / 15:52
1
answer

how to make the default value of ng-options stay selected

I have the following case when using ng-options in my dropdownlist. This is my html: <div class="col col50 colmin"> <div class="pull"> <div>{{selectIdCuenta.nombreAlias}}</div> <sele...
asked by 06.09.2016 / 03:17
2
answers

How to upload multiple images with $ cordovaFileTransfer

I am programming an application with angular and ionic compatible with android, I need to upload 5 images to a server and use $ cordovaFileTransfer for this purpose, the problem is that trying to upload the 5 images what it does is upload 5 time...
asked by 13.07.2016 / 05:41