Questions tagged as 'angularjs'

0
answers

block button by clicking another with angle

p> <input type="checkbox" ng-model="all"><br> <br> <input type="text" ng-disabled="all"> <input type="radio" ng-disabled="all"> <select ng-disabled="all"> <option>Female</option>...
asked by 09.03.2018 / 12:33
1
answer

ng-controller is not found (does not work correctly)

I have a modal that has a controller "userCtrl". I call all the scripts in the page loading (end of the body), however, the modal, I load dynamically from the moment the user clicks the button, using the function $.get() I load the modal...
asked by 08.03.2018 / 17:26
1
answer

How to get combobox value in Angular 1.x

I have a combobox in my view and I want to get the value of it and print it on the screen somewhere else, I'm just able to print the index of the selected item, can anyone help me? HTML: <div cla...
asked by 08.03.2018 / 16:41
0
answers

angularjs menu class remain active after clicking a subpage button

I have a navigation menu that works perfectly. Inside this page that opens when clicking on the menu there is a button that leads to another page that is still in the same session, it happens that the menu item loses the "activate" class when br...
asked by 14.03.2018 / 17:44
0
answers

angular error 4 HPE_INVALID_CONSTANT

I'm trying to download via api rest, my application works fine with api, but when I try to request files, PDF for example it returns the following error: [HPM] Error occurred while trying to proxy request /api/v1/invoices/5aa030e1e1bfd700105e...
asked by 13.03.2018 / 15:55
1
answer

shortcut with alt and two letters

Good afternoon I have this code here $(document).on('keydown', function(e) { console.log(e.which); // Retorna o número código da tecla console.log(e.altKey); // Se o alt foi Pressionado retorna true if ((e.altKey) && (e.which ===...
asked by 05.03.2018 / 16:59
0
answers

How to correctly use Ngrok with Angular-cli?

Is there any correct way to use Ngrok with Angular? I'm trying to do a tunneling for my application that runs on localhost, creating a random web (URL) to make available on the internet, so I can run Moip Signature Webhook API tests. It ha...
asked by 03.03.2018 / 02:55
1
answer

View Angular + Json ionic 3

I'm trying to display json from a search in my app, but I do not know how to do that. hereisintheappdisplayingintheconsole,butwantedtodisplayintheapp myhtmlcode <ion-header><ion-navbar><buttonion-buttonmenuToggle><ion-ico...
asked by 06.03.2018 / 20:56
0
answers

Sum of 2 values with button in AngularJS

I would like to know what is going wrong because when I do the ng-click function in HTML the {{resultado}} appears as NaN . HTML   <button class="button button-full button-positive" ngclick="juntarTotal()">...
asked by 07.03.2018 / 07:25
0
answers

Select with default value default Angularjs

Just by defining an ng-Model select does not default to all values. Does anyone know why? I start StatusRespNaoResp = 0 in the controller. <div class="btn-group"> <select name="iconeTopico" id="iconeResp" class="spam3" styl...
asked by 28.02.2018 / 16:31