Skip to content

Instantly share code, notes, and snippets.

<template>
<require from="./dynamic-expression-binding-behavior"></require>
<h4>Validation works when binding to model.firstName directly</h4>
<div class="form-group">
<input type="text" class="form-control" value.bind="model.firstName & validate">
</div>
<h4>No validation events when rebound prop used :(</h4>
<label repeat.for="prop of properties">