Tomer Cagan

Results 13 comments of Tomer Cagan

I may need this kind of functionality as well so I did a little bit of searching/reading. As @benoror pointed- `pre`/`post` hooks for `update` (and `findOneAndUpdate`) do not receive the...

Not exactly what you asked for but you can work around this by creating two entries and a function to return any non-empty one: ```go type Config struct { SomethingNew...

@CodingAspect - thanks, looking forward to it :-) BTW, two examples: - [jQuery based, more robust code](http://jsfiddle.net/edelman/HrnHb/) - [Simpler, Vanila JS + Styles](https://jsfiddle.net/WM6Gq/695/) I thought to try make a directive...