dibrovadev

Results 3 comments of dibrovadev

Additional If I do it in this way ``` setDirection(){ this.direction = 'hello'; console.log(this); }, ``` I see correct value of direction field

Sorry for confusing, I have common model that doesn't have any restrictions and another one that visible only on the server

So you mean that it is impossible to set any fields inside function that was defined inside `meteorMethods`. Maybe it should be documented anywhere