Posts by sammarxz • 1 point
2 posts
-
0
votes1
answer14
viewsA: Reactive Doubt in Meteorjs
I managed to solve without using Reactivevar, I used Session instead. Template.hello.events({ 'input input': function(e) { e.preventDefault(); var teste = e.target.value; Session.set('name',teste);…
-
0
votes1
answer14
viewsQ: Reactive Doubt in Meteorjs
Oops, here’s the thing, I’d like to know how do I start typing, something in the input, automatically update a helper to be shown in the template. I tried it this way, only it’s not changing in real…