Questions tagged as 'angularjs'

1
answer

INTEL XDK + IONIC error installing apk

Good afternoon, I'm developing an app for study purposes ... I was following the FULL STACKER DEVELOPER tutorial videos and modifying as I wanted. The app works on localhost and on the intel xdk simulator (using an online bank), but after gen...
asked by 16.11.2016 / 18:10
1
answer

Select register in angular pagination

Good afternoon! I have a table with pagination (use dir-paginate). When I click on a record, I invoke the ng-class and the record changes color. If I click on another record, the previous one that was marked automatically unchecks, and the new r...
asked by 17.11.2016 / 16:28
0
answers

Uploading image using AngularJS

I have this AngularJS: app.controller("templateController", function ($scope, $http, $timeout) { $scope.save = function () { $scope.mensagePage = {class: 'warning', text: 'Processando...'}; var dados = $scope....
asked by 17.11.2016 / 19:18
1
answer

Angularjs - Changing view with json return

My application checks the state of a lamp and creates an animation in the view. I am making an ajax request with angular and on the return of success I have to animate a light bulb by following the code: $scope.checkLuzOk = function (respon...
asked by 01.02.2017 / 04:38
0
answers

Angular http method: 'POST' is not sending the $ scope object

I have a problem in the http post method of angular, I have seen several tips but none works. Here is the code: $scope.cadastrar = function () { $http({ method: 'POST', url: '/MinhaConta/Cliente/PostAnuncio', data: $...
asked by 22.12.2016 / 02:22
1
answer

Angularjs single route parameters

Good malt, I'm trying to create a simple parameter on my route in angularjs. What I intend is that my job page whenever I load in an article open in another page the information of that article. I can get the ID but the information does not s...
asked by 10.11.2016 / 15:16
0
answers

Error - $ dialogs.confirm

I have a problem with using $ angular dialog, before it was working normally, and then started to appear the error below: angular.min.js:118 TypeError: $dialogs.confirm is not a function at m.$scope.deleteCapacity (capacityCtrl.js:77) Contr...
asked by 31.10.2016 / 14:14
1
answer

AngularJs - Object counter does not work within the directive

I have a directive that adds text field on the screen through a templateurl. I need each field created to generate an ID of those fields based on the count of existing objects in a div ('# xmain'). I use an If to know which type of field I want...
asked by 01.11.2016 / 00:12
0
answers

Persistence of DateTime AngularJS x Java x MySQL

I created an application in our company to control the use of certain equipment in our Industry. The fact is that there was a need to control the date / time of a product entering and leaving a certain equipment. My Architecture: Front: HTML...
asked by 20.10.2016 / 21:47
1
answer

Error with angle intercerptors

I'm trying to implement an authentication system with Angular + json web token, but how much do I try to make a $http.interceptors.push('nomeDo Interceptor') show error in the application and in the browser console does not show any error...
asked by 19.10.2016 / 09:21