Questions tagged as 'angularjs'

0
answers

Importing data with DomParser - html shows tags

Good afternoon. I'm doing a function in which with the CTRL C + CTRL V of a table, on my site, the table is imported. It's working, however, div and style html tags show up in some columns ... How can I hide these tags? The following is the f...
asked by 28.08.2018 / 21:04
0
answers

Receiving images like Hex

Hello! I created a column in SQLite Studio in BLOB format and added an image. But in my project, instead of receiving an image, I'm getting a code like Hex: "89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 01 11 00 00 00 c4 08 06 00 00 00...
asked by 22.08.2018 / 16:56
0
answers

SImples Karma test returns unsuccessful with localStorage on controller

Good afternoon, I am trying to run a simple test with test runner Karma . I'm using AngularJS for this little test. Controller ( test.controller.js ): class TestController{ constructor($scope, $window, $localStorage){ 'ngInjec...
asked by 17.08.2018 / 17:41
0
answers

Array divides itself when the elements inside it go from 100 during the api post

I'm trying to make a post for my api, but when the amount of items in my array exceeds 100 it splits up like this: Butmyapionlyacceptsthisarraywhenitlookslikethis: WhatshouldIdotothearraynottosplit?Callingcodetry{$http({url:$rootScope.raiz_w...
asked by 23.08.2018 / 19:17
0
answers

Error: Cors integrating nodejs and Angular 6

I have a problem that I need to address, but I'm not getting any solutions yet. I have an application in NodeJs that I developed in #ExpressJS and I face some problems related to the CORS of the Browser. In my index.js from my node backend...
asked by 15.08.2018 / 07:14
0
answers

ngAnimate does not work with columns in bootstrap

Good night, I have 2 columns with bootstrap and I would like them to get excited at the ng-repeat call I have a service that returns a json that does a ng-repeat Follow the html <div class="section"> <div ng-repeat="...
asked by 07.08.2018 / 03:51
2
answers

How to make multiple divs that alternate between visible and invisible?

I am a beginner in AngularJS, and I do not know how to proceed in this case. I create a panel that can appear and disappear as a variable in the controller, like this: &ltdiv class="toggle-box"> &ltdiv ng-click="visivel = !vis...
asked by 03.08.2018 / 17:29
1
answer

Sum value ng-repeat AngularJS

How do I add in ng-repeat the amount itensQtd when it is the same (id) of column itensOportunidade ? As the image example.    /* Lista oportunidade */ $scope.listaOportunidade = []; var carregaOportunidade =...
asked by 03.08.2018 / 18:11
0
answers

Format table autocomplete of the text-box field using angularjs

Hello, I have some difficulties to leave the format of my data list after inserting a text with autocomplete with the same format of my text-box, it happens that after I type a name in the text field, when doing the search of data with auto-compl...
asked by 09.08.2018 / 17:29
1
answer

ng-repeat with mysql database data

I have 02 tables in the bank (prospect and opportunity) the two tables have the prospectId. How do I display in ng-repeat. I was trying to inner join in the php query and returns this error in the angle "Error: [ngRepeat: dupes]". Someone has so...
asked by 29.07.2018 / 23:20