Questions tagged as 'angularjs'

1
answer

How to implement a search engine on a site that is in a Node.js environment

I made a site in the Node.js environment, using Express, Jade template engine, The problem is that the search engine I have ready is in PHP, I do not know if I can run it in Node environment; if you could, how would you do? If it is not possi...
asked by 08.05.2014 / 04:46
1
answer

Unable to repeat when adding new item to a list

Hello, I would like your help. I'm creating a page with AngularJS to add tasks to a list. And I wish she would not repeat it, but unfortunately I can not do or find explanatory codes on the internet. Here is the code. angular.module('Tar...
asked by 02.09.2015 / 03:33
1
answer

Problem with Ajax request in JavaScript

I have a mobile application under development using Cordova , which performs a select on my external DB and checks with the mobile data so knowing if there is any change in the given. I am using a request via AJAX . The correct op...
asked by 02.09.2015 / 16:32
2
answers

Move task - AngularJS

Hello, could someone explain to me how I can when I check the "Incomplete" activity checkbox to be sent to the "Completed" activity list? angular.module('TarefApp', []); // Code goes here angular.module('TarefApp') .controller('Ta...
asked by 02.09.2015 / 04:28
1
answer

How to get the specific data of a JSON with Angle 2x?

I have an answer that I transform into JSON this way: const resposta = JSON.stringify(response); console.log(resposta); Give me feedback on console.log like this: [{"nome":"Ramos Janones","email":"[email protected]...
asked by 28.11.2018 / 17:08
1
answer

ion-card horizontal

Is there any way for the ion-card to grow horizontally and not vertically? It is populated by data coming from the api <ion-card *ngFor="let filmes of lista_filmes_popular"> <img [src]="'https://image.tmdb.org/t/p/w500/' +...
asked by 30.10.2018 / 20:37
1
answer

Page loads before the firebase data returns.

I'm having a controller, where I look for data from the firebase, but when doing this search the code undergoes a delay and the page is loaded before with empty data before the query actually ends. My controller: function DashboardControlle...
asked by 12.10.2018 / 19:57
1
answer

How to disable modal closing using the modal ESC key in UI-Bootstrap?

In ui-bootstrap , I can disable modal closing by clicking on the black background using the {backdrop: 'static'} option. But now I also need to disable the ESC key, because when you press this key, the modal is closed. How t...
asked by 25.09.2018 / 18:42
1
answer

AngularJS and Image Picker - I can not capture content from the picker

I have the following question: If I click on the picker (in the box), I can capture the contents of the ng-model "first game" and manipulate it in javascript as needed: <p>Escolha o jogo</p> <select class="image-picker show-...
asked by 02.10.2018 / 21:20
1
answer

Error trying to assign a new value to a repeating object

I need to assign or even create a new attribute on an object within a loop, but it is giving the following error, which I have no idea what it is:    TypeError: Can not create property 'is_content_hide' on boolean 'false' EmailService.setM...
asked by 21.09.2018 / 19:35