Questions tagged as 'angularjs'

0
answers

Delete records from the base with angular

I have a problem, I can not delete the records in the database. In my project I have the following code: Controlador: $scope.typeKeyDelete = function(index){ $scope.loadTypeKeyFromList(index); $scope.typeKey.$delete(); $scope.typ...
asked by 07.04.2017 / 18:48
1
answer

http request with AngularJS to a PHP server that responds with status -1

I am sending an http request from Angular to a PHP server and he replies this: { "data": null, "status": -1, "config": { "method": "POST", "transformRequest": [ null ], "transformResponse": [ null ], "...
asked by 07.04.2017 / 03:47
1
answer

How to print from angularjs [closed]

I am new at angular and would like to know how I can do to program a button that prints what is on screen, so that the user does not ctrl + p if not, just click on the button. I hope and you can tell me what to use to investigate it.     
asked by 03.04.2017 / 21:49
0
answers

Error Template with Angularjs and Jquery

I downloaded a free template and I'm trying to adjust it with angularjs, but the problem I have is that the animations, carousels of images or navigation between divs does not work. I would like to know what I should do to solve this problem...
asked by 04.04.2017 / 17:22
0
answers

Changes made directly in the bd are not seen in the front

I have a web app with angular in the front and java in the back, the database with mySQL, the thing is that when entering a record in a table, one trigger updates the field of another, it is a Boolean field. I mean, when inserting a data in t...
asked by 29.03.2017 / 17:44
2
answers

Does not work angular ngview js

Good morning this is my index.html <!DOCTYPE html> <html ng-app="crudBasicApp"> <head> <title>CRUD Angular!</title> <meta charset="utf-8" /> <link rel="stylesheet" href="Content/bootstrap.css" />...
asked by 26.03.2017 / 21:35
1
answer

Error trying to load the options of a select with ng-repat

It turns out that I have this object [{"id":"1","descripcion":"TRIBUNAL ITINERANTE","id_usuario":"1","fecha_de_registro":"2017-04-05 15:57:17"},{"id":"9","descripcion":"TRIBUNAL 2","id_usuario":"0","fecha_de_registro":"2017-04-05 17:14:47"},{...
asked by 14.04.2017 / 21:49
1
answer

Add FK to table (association) in the model, sequlize in node (angular fullstack)

I need to add FK in the tables, I've tried it in the following way and I can not do it. Index.html db.Country = db.sequelize.import('../api/country/country.model'); db.City = db.sequelize.import('../api/city/city.model'); module.export...
asked by 09.05.2017 / 21:08
1
answer

Is it possible to have two ion-Content each one occupying half the screen, independent of each other?

<ion-pane ng-controller="exampleGCtrl"> <ion-content class="has has-header has-footer" scroll="false"> <div id="MyMap" class="map" scroll="false"></div> <div ng-click="centerOnMe();" class="button bu...
asked by 20.03.2017 / 21:28
1
answer

Problems with the ng-app directive of angular.js

good morning, I have a problem in my project, when I add the directive ng-app="miApp" I get an error by the console Otherwise, if you do not place the directive ng-app="miApp" , it does not show any error, even if you only...
asked by 31.03.2017 / 00:59