googlearchive / TemplateBinding

TemplateBinding Prolyfill
290 stars 56 forks source link

MDV should issue some kind of warning if you bind an input value to an empty path. #108

Open rafaelw opened 11 years ago

rafaelw commented 11 years ago

IOW

<template bind>
  <input value="{{}}">
</template>

As the input isn't able to "push" the value back into the model in this case.

jmesserly commented 10 years ago

would it be okay to use console.warn for this purpose (and only issue it once per view)?