Luka Vidaković

Results 7 comments of Luka Vidaković

I think I'm having the same problem. After I set one option dynamically, other options return to their defaults. I loose options that has been set on initialization.

@kashifshamaz21 thanks for the tip! I had two inputs, one for 'start date' and one for 'end date'. And I had some restrictions I needed to implement between those two(minDate,...

I'd add db.collection.remove to this: `remove is not a function at evalmachine.:1:12 at ContextifyScript.Script.runInNewContext (vm.js:18:15) `

+1. Would love to see this feature.

If you can determine the stats for the StoreB just by looking at the payload of action that updates StoreA then you can just subscribe to that action with StoreB....

Yeah my idea was to use this as intermediate step. There would be regular getters for different kinds of entities and this "transformation" would be used per view where I...

Just a quick update. Lib was changed in a way that you can use KeyPaths and Getters in a list with regular js functions in between them to reduce the...