Questions tagged as 'angularjs'

1
answer

PHP can not read variable sent from a POST

I'm doing POST from angular to a file in PHP but the data that is sent is not being recognized in the file PHP , I have already tried several ways but I still can not read the parameter "op" in file PHP . The...
asked by 26.07.2017 / 19:29
1
answer

Alert angular confirm

Suppose that in my controller I have: var confirm = true; and in my html: <a href="index" onclick="return confirm('Are you sure?')">Index</a> How can I do so: if the variable "confirm" is true, leave a me...
asked by 19.07.2017 / 10:27
1
answer

Pop Up several views in Angularjs

I would like to create a Pop up and that it appears with a small delay when the view of the home is loaded (Like the pop up with promotions that come out at the beginning of the e-commerce, etc), in angular js you can not load two views, I would...
asked by 31.07.2017 / 05:08
3
answers

Update attribute model to false when selecting another radio button AngularJS

Good evening to everyone: I'm working on a form with AngularJS. The idea is that by marking a field, more options are opened exclusive for that field (that is, only if that option is marked). And I can only mark a field of all possi...
asked by 19.08.2017 / 22:26
1
answer

Percentage of file upload with ng-file-upload AngularJS

I'm using ng-file-upload to load a file, I can currently see the percentage in console with a console.log() , but the console is in the service and I do not know how to pass it to the controller (without doing the return) to show it in...
asked by 03.08.2017 / 15:54
1
answer

How to catch the value of an ul / ul with ANGULARJS?

I have the following problem when getting the <li> selected from a list <ul> . I thought it would be the same as in a select that only the ng-model is placed and already, but this is different. <li...
asked by 10.07.2017 / 03:07
1
answer

How to update a dynamic select with AngularJS and ng-options

It turns out that I have two selections, one parent and one child that will load depending on what was selected in the parent. All the data is brought from an API with aJax of angularJS, and everything goes well, it turns out that I print on the...
asked by 01.07.2017 / 20:00
1
answer

change values of a multiple selector and that only affects its row, in dynamic form

If the title sounds strange but I explain, I have a column called "type_account" and another "accuount", what happens is that I have to load accounts according to the "type_account" that I select now the accounts I call them of different service...
asked by 29.06.2017 / 21:08
1
answer

How to make a pipe filter in Ionic 2?

In the version of Angular 2 they removed the pipe Filter that filtered any coincidence in any property of a list of objects, in the documentation it says that if you need a pipe Filter that we manufacture it, but I do not know how...
asked by 27.06.2017 / 20:09
1
answer

Angular Route and labels

I have AngularJS configured with Ng Route. When you find me for example on the page craft/content/#!/ and I want to move to a div within the same page for example <div id='caja'></div> I can not use craft/content/#!/#caja...
asked by 28.07.2017 / 01:20