Currently inverse expressions is not supported
Given this example with simple setter stache binding:
<button on:click="this.isOpen = !isOpen">Toggle</button>
I'm not sure if we should add another expression type Inverse or just support this in Lookup type?
Currently inverse expressions is not supported Given this example with simple setter stache binding:
<button on:click="this.isOpen = !isOpen">Toggle</button>
I'm not sure if we should add another expression type
Inverse
or just support this inLookup
type?Related https://github.com/canjs/can-stache-bindings/issues/516