template-lint icon indicating copy to clipboard operation
template-lint copied to clipboard

Support view-only bindables

Open MeirionHughes opened this issue 7 years ago • 0 comments

<template bindable="label,type,property,myValue">
...
</template>

should create local variables (unknown type) in the root context. sub-property access of bindables is unknown and should be ignored.

~~Likely to throw errors at present.~~

As there is no view model, the type linter doesn't run on it.

MeirionHughes avatar Sep 19 '16 20:09 MeirionHughes