Questions tagged as 'angularjs'

1
answer

AngularJS: Edit item of a Table in a Modal

I'm working on a small project with a Java back-end and front-end with AngularJS and Materialize. I already have the whole back-end running (tested with Rest-client), the problem that I have at this moment is the following: I have a data g...
asked by 08.03.2016 / 20:54
1
answer

How to make a request $ http.get be completed before another in angularjs

I have a problem with the services in angular and it is that I am calling a function with request $ http.get inside a service that also makes request $ http.get. This is my code when I check, if you see inside it there is a function called s...
asked by 05.09.2018 / 17:15
1
answer

Problems with the IIS and the database

A few days ago I published my MVC + AngularJs application in IIS. Everything works fine except the database, the GET, ECT requests do not want to work ... Launches the following exception:    This Request has been blocked because sensitive...
asked by 15.08.2018 / 14:36
1
answer

Problem with u-select placeholder

Apparently when I place a ui-select within many elements, the placeholder of this element gets a width: 10px (I do not know why), which is a problem because apart from seeing that element badly, it can only be selected giving clicking just where...
asked by 30.03.2018 / 02:16
1
answer

how to select an element of a ng-repeat by code

friends I need to please help me with the following, <select ng-model="estructura.organiza.superior" class="form-control" required> <option ng-repeat="puesto in Puestos" selected="{{sup}}" value="{{puesto.value}}">...
asked by 16.03.2018 / 17:06
1
answer

How do I translate something with quotation marks?

When trying to do the translation, I do not get the quotes to write in the mdInput placeholder=". Can I put it bareback, or do I need a variable (how would I put it)? <input #pin type="password" mdInput placeholder="{{Password | translate}...
asked by 14.03.2018 / 12:34
1
answer

ERROR IN THE INSTALLATION OF ANGULAR IO IN WINDOWS?

Goodnight I have node and npm installed in the latest versions but when installing angular with: npm install -g @angular/cli I get the error sigt:    C: \ WINDOWS \ system32 & nt; npm install -g @ angular / cli   C: \ Users \ David-Edu...
asked by 08.01.2018 / 03:21
1
answer

Use variable $ scope

I have a function where I obtain parameters from an API via $ http.post, the parameters that return are saved and printed inside the same request, however when I use them out the variable appears empty. $scope.gama = {}; factoryGamas.buscarGa...
asked by 28.11.2017 / 18:31
1
answer

how can I add a consecutive id to each button?

<tr ng-repeat= "row in data | filter:getFilter"> <td>{{row.folio}}/td> <td>{{row.fecha}}/td> <td>{{row.nombre}}/td> <td>{{row.usuario}}/td> <td>{{row.departamento}}/td>...
asked by 29.10.2017 / 20:08
2
answers

How to have two different side menus in two different pages with Ionic 2?

I'm making an application where in the root you should have a side menu with 3 buttons, and when doing a navCtrl.push() , in the second page you should have another side menu other than the page root H...
asked by 01.09.2017 / 06:23