Questions tagged as 'meteor'

1
answer

Mongo find array in collection

Good people, this is my output with the normal find: { "_id" : ObjectId("57be6168ce98ad853a96282f"), "nome" : "Mercado Padrão", "userId" : "o4wQ2i4Dt7cAMNf9A", "produtos" : [ { "nome" : "coca cola",...
asked by 25.08.2016 / 05:17
1
answer

Update in mongoDB is deleting the rest of the document

I have a Structured Collection like this: { "_id": i43h21n5lk2354, "createdAt" : ISODate("2018-08-19T16:56:31.555Z"), "services" : { "facebook" : { .... name: "Michael Jackson" .......
asked by 19.08.2018 / 19:07
0
answers

Return pdf file from webservice with Node.js

Problem Context: There is an external webservice, which is not part of the domain of my application, which, when accessed directly via browser, takes the user to a loading web page that handles the request according to the parameters passed in...
asked by 25.05.2016 / 16:18
1
answer

Inverted Scroll, start at bottom [duplicate]

Good morning, I'm with the following doubt, I'm trying to do 1 chat, and whenever a message is received or sent, I wanted the scroll to be down, I'm using Meteor and I'm new to it, next I have the following html code <div class="chat"&...
asked by 08.05.2018 / 15:43
1
answer

Changing the default mongodb database of a Meteor application

Hello, I'm starting to work with Meteor and I'm having a hard time defining where the database of the same along with the access user with authentication. Searching the internet, I found some references that say I should start the application...
asked by 19.12.2016 / 15:25
1
answer

When the timer expires

Good morning, I have a question that I have been working on for some time. I have 1 countdown timer, when the timer reaches 0, I want invisible buttons to be visible. I'm using Meteor JS with the following package: link E tenho o seguinte có...
asked by 18.05.2018 / 13:44
1
answer

Load js External with Meteor

Sirs, I'm new to the meteor, ... in my project I use bootbox.js to open a more beautiful prompt, how do I refer to this file in the meteor? I have others too Since many thanks to all     
asked by 10.12.2017 / 00:15
0
answers

Meteor.js is a good framework for agile development? [closed]

I wonder if Meteor.js is a good framework for web development. Lately I'm doing some research and I can not find many recent sources of material. I do not see strength in the Brazilian communities for about 8 months, and this has puzzle...
asked by 15.03.2017 / 04:31
0
answers

Return of promise

Considering the example below: function retornaValor (){ return promiseQueveioDeAlgumaLib.then( function(oQueQueroRetornar){ return { sucesso: true, data : oQueQueroRetornar } }, function(opsAlgoErrado...
asked by 16.12.2016 / 19:48
2
answers

Custom register form with angularjs + Meteor

I'm learning AngularJS + Meteor recently, and I'm doing this tutorial: link At this exact step, I'm having trouble customizing the registration form. The directory that is suggested transforms into the policy with simply an email and...
asked by 05.07.2016 / 08:42