Questions tagged as 'angularjs'

1
answer

Lateral Menu making call with Angular!

Personal I have a menu and I need to click on a link it appears a content, and when clicking on another link it hides the previous content and displays the new content selected, I am using Angular 1 for particularity of the project .. I have fol...
asked by 25.08.2017 / 16:39
1
answer

Angular form does not take input value in input

I'm having a problem where angularity is not assigning value to the variable of an input field of mine. Follow the code: component.html <div class="row justify-content-center" id="formulario"> <form class="form-inline" (sub...
asked by 27.08.2017 / 17:56
1
answer

Problems with NaN

Can anyone help me with this site. The front displays the prices only below it again displays with NaN. When it enters any product, NaN disappears. Any tips on how I can solve this? Some trick to "hide" NaN on the front screen would be intere...
asked by 06.09.2017 / 01:48
1
answer

Problem Datatable Angular Js

I'm trying to use the Managed datatable . In my controller I have the following function: angular.module('MetronicApp').controller('OperatorsController', function ($rootScope, $scope, $http, $timeout, $stateParams, $window, $http) {...
asked by 21.07.2017 / 18:52
1
answer

How to decode values coming from javascript?

Good evening everyone! Personal, following, I'm getting the following variable from an application in angulajs: Array ( [{"nome":"volks","descricao":"conheça_o_novo_modelo_da_volks"}] => ) How can I convert it so that I can access its...
asked by 17.08.2017 / 04:17
1
answer

Scroll up after changing view [closed]

I'm using angular on my system I'm changing views with the command $state.go('main.shops.cart.success'); But problem is that when changes the view scroll continues below. I would like it when it changed view scroll to...
asked by 27.07.2017 / 14:56
1
answer

ASMX WebService Issues

When I send a JSON return and the text has an accent, JSON breaks.    Here is the request code on the Controller $http.post("../backend/controller/SugestaoController.asmx/comboListarSugestoes", { empresa: $rootScope.login }) .then(fun...
asked by 29.07.2017 / 15:43
1
answer

Delay in AngularJS used in Adobe .cshtml

I have a page that when starting it from a daley in the checkbox and in the text field as in the figure below: Anyone can tell me why this happens, and a possible solution     
asked by 10.07.2017 / 15:43
1
answer

doubts Input type date

Good afternoon, I'm doing a form, for registering and modifying users. When I try to insert a date into the inputs of type="date", no data type is displayed on the screen. These dates I'm using all come from a json that already has them register...
asked by 12.06.2017 / 22:13
1
answer

Call php server side with Ionic and AngularJS

Hello everyone. I have this doubt of the title that I still can not heal. I've looked for several shapes and even the conventional angular shape:    $ http.post () or $ http.get () But I return this error:    Response to preflight requ...
asked by 11.06.2017 / 16:52