aurelia / template-lint

Sanity check of Aurelia-flavor template HTML
Apache License 2.0
56 stars 17 forks source link

Support view-only bindables #115

Open MeirionHughes opened 8 years ago

MeirionHughes commented 8 years ago
<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.