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...
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...
I have this AngularJS:
app.controller("templateController", function ($scope, $http, $timeout) {
$scope.save = function () {
$scope.mensagePage = {class: 'warning', text: 'Processando...'};
var dados = $scope....
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...
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: $...
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...
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...
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...
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...
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...