Questions tagged as 'angularjs'

1
answer

How to pass data from the angle to a class in php?

I have the following code in Angular: <script> angular.module("fluxo", ["ngRoute"]); .factory('factCliente', ['$http', function($http) { var _getData2 = function(id_empresa) { return $http.post("php/index.php", id_empresa); };...
asked by 13.11.2015 / 22:25
1
answer

How to retrieve id from one controller to another controller in angularjs?

I have a mobile app, I have a zone where all the news that ah, and I have option to make the news like what is happening to me and that I can not get the id of the news to send to mysql I would like to know how can I get the id of the con...
asked by 11.10.2015 / 21:41
1
answer

Ignore CSS Class on a Specific Page

I have a system where the front was done with AngularJS . In this system I have the page index.html where I declare all the libraries, in that same page I have o seguinte trecho de código: <div id="wrapper"> <ham...
asked by 05.10.2015 / 19:02
1
answer

Refresh table after inserting into the bank AngularJs

I have a modal with a form , I fill in this form and click the save button and the data is saved in the database, however I have to give F5 to update the table. How can I update the table after inserting this data? This is...
asked by 22.09.2015 / 21:37
1
answer

Vraptor Authentication + AngularJs

I am trying to authenticate users on my system, however I am somewhat lost. How do I return the user logged in from the server pro front-end ? Currently I can check if the user exists in my database as follows: @Post @Path(value = "/a...
asked by 29.09.2015 / 15:33
1
answer

How to set a start date in this countdown counter made in AngularJS

I created a module in Angular JS that takes the current date of the clock and starts counting until the end, but I need to be able to set a starting date to start the count that is not based on the clock, how do I do this? angular.module('...
asked by 29.08.2015 / 00:37
1
answer

Execute function in ng-blur AngularJs

I'm trying to set up a project where a customer registers for access to the system, this registration can only be done if the client's CPF exists in the database. I have two tables, Usuário and Beneficiário(Cliente) . The REST...
asked by 17.09.2015 / 21:57
2
answers

AngularJS | How to define a boot process for a controller?

I have a full Ajax app that needs to get data via WebService when the page loads. I have already initialized via ng-init but I do not know how to send the controller "load" and execute the block of code that retrieves the data. When I ent...
asked by 04.09.2015 / 03:17
1
answer

Problem with DatePicker Angularjs

Good evening. I'm using directive to datepicker and I'm getting the following error. TypeError: Cannot read property 'split' of undefined at Object.DPGlobal.parseDate (http://localhost:8080/ltfinaceira/assets/js/bootstrap-date...
asked by 07.09.2015 / 01:03
3
answers

How to use ng-class conditional on AngularJS?

I have a mobile app where a list contains the users that can be followed. This system is working. However, if a logout and login user is prompted again after the prompt , the button incorrectly indicates / kbd> (when it should instead d...
asked by 13.10.2015 / 21:48