Questions tagged as 'angularjs'

2
answers

php register with angular js

Hello I have the following controller in the angle: myApp.controller('cadastrarClienteController', function($scope, $http){ $scope.cadastrarCliente = function () { $cliente = { CliNome: $scope.cli_nome, CliTelefone: $scope.cli_telef...
asked by 12.07.2016 / 02:39
2
answers

how to compare hours and tell whether the establishment is closed or open and return a Json message

Someone help me ... Thanks. It's the following I have an Api with Php + Sql and it returns the data to me in Json. In my data has two fields openRestaurant and closeRestaurant, this data are registered in the bank in the format of hours, opening...
asked by 09.07.2016 / 07:47
0
answers

Jquery does not work with Angularjs

I took a Bootstrap Dashboard with Jquery, but when I try to use it with the angularjs single-page, the functions that are in jquery do not work, but I can do it in angularjs, what I wanted to work anyway was the dropdown menu-level, I man...
asked by 16.08.2016 / 01:52
0
answers

Ionic + AngularJS customize function with $ location

Good morning, I would like to know how to make this code more performance-oriented. I have two functions that the only difference between them is $ location.path How can I make this a function with only these two conditions? Follow t...
asked by 15.08.2016 / 14:26
1
answer

External filter on ng-table

I'm new to using AngularJS and ng-table and I'm having a small problem. I want to learn how to create filters outside of the generated table, but I did not find anything about them on their site link . If it makes a difference, the filter...
asked by 28.06.2016 / 19:57
0
answers

IONIC application doing automatic synchronization with server

I have an application made with IONIC that does a CRUD and can send and receive data to the server, so everything is working perfectly. The changes I make in the application are being updated on the server but are not being updated in the appli...
asked by 29.06.2016 / 01:53
2
answers

Send object from AngularJs to C # API POST

I am not able to save the data registered in a form in the SQL Server database. The structure is as follows: The class: public partial class EMPRESAS_PARTICIPANTES { public int ID { get; set; } public int ID_AUX { get; set; }...
asked by 29.06.2016 / 13:51
0
answers

Doubt with an Error in Angular - angular.js: 13550 Error: Could not resolve

I'm studying how to consume Angled WebApi for this site . Everything was going well until I gave this error: angular.js:13550 Error: Could not resolve 'stateOne' from state '' at Object.v.transitionTo (angular-ui-router.min.js:7)...
asked by 29.06.2016 / 20:37
0
answers

Send files to S3 IONIC

I'm trying to use the link plugin to try to send the photos to S3, but I'm having a lot of problems , mainly that in tests in IOS it does not recognize the ImageUpload variable in the statement below var imageUpload = new ImageUpload (); S3...
asked by 01.08.2016 / 14:59
1
answer

How to recover an angled base64 image on the server

I have an application where the user chooses an image and saves it as base64 in the database. The problem is when I return the image it is not loaded correctly. Controller: angular.module("modaFeminina").controller("ProdutoControlle...
asked by 07.07.2016 / 06:52