Questions tagged as 'angularjs'

1
answer

Disable button on Angular depending on a variable

I have a problem, I have an angled condition when my situation is PENDING, it will disable two buttons. $scope.situacaoParcelaPendente = "PENDENTE"; /*ultimo teste*/ if ($scope.resultSimulacao.ticlaa1VO.dscSituacaoParcela == $scope.situacaoPa...
asked by 19.11.2015 / 13:48
4
answers

angularJs form with ng-repeat

Talk about the Blz gal?! I'm new to AngularJs. I'm developing a form but I can not do ng-model abstraction. Follow the code below for a better understanding. < - JS - > /* CONFIGURAÇÃO DO FORM */ $scope.cfgForm = {...
asked by 30.12.2015 / 17:58
3
answers

doubts with ajax and angular

I have my backend, in my controller I have a method salvarBairro(string dados) I'm using angular, this guy here calls my save methodBall of the back $scope.AddBairro = function (bairro) { $http.post("http://localhost:23714/Ba...
asked by 31.12.2015 / 10:20
1
answer

Link problems using ngRoute Angular

I'm trying to create links. I'm working with AngularJS and did the route setup part. I have a 'Views' folder with the html files. Follow the codes: <html ng-app="fluxo"> <head> <title>Fluxojoin</title> <meta chars...
asked by 06.11.2015 / 02:28
1
answer

Background cordova / phonegap

I'm a beginner in the area of creating apps with Cordova, I've looked all over the internet but I did not find any tutorial that explained exactly how to use the background plugin, in all the questions I saw here are the same answers I did not I...
asked by 03.11.2015 / 06:48
2
answers

User Authentication with $ rootScope

I am developing a system where depending on the user level it is redirected to a page .run(function($rootScope, $location, $http, config) { $rootScope.$on('$locationChangeStart', function(event) { if ($location.path() != "/Login") {...
asked by 30.09.2015 / 00:03
2
answers

Angular Datepicker - Prev and Next

I'm using the following calendar in my project: link I need to customize the back and forth buttons of the calendar, I disabled these buttons from the default calendar (I searched the class and gave a display none), but I need to use the...
asked by 15.04.2016 / 18:53
1
answer

Make a negation filter in ng-repeat

I have an object and I'm reading it in ng-repeat, but if the id key is equal to 0777 I do not want this position to be displayed, <div ng-repeat="account in accounts | filter:{accountId :'00777'} "> {{account.name}} - {{a...
asked by 23.02.2015 / 17:19
1
answer

Populate a databind dynamically

I have table with a shopping cart. The cart items are: n° pedido, produto, quantidade (in this case it is an input with ng-model='produto.quantidade * produto.preco' ) that will automatically fill the line of the price table...
asked by 09.03.2015 / 22:10
2
answers

Module Error in AngularJS

I can not understand and fix this error. I'm using ionic.    Uncaught Error: [$ injector: modulerr] Failed to instantiate module   inparty due to: Error: [$ injector: modulerr] Failed to instantiate   module inparty.controllers due to: Error:...
asked by 04.03.2015 / 15:55