AmpersandJS / ampersand

Quickest way to get started with ampersand.
MIT License
812 stars 41 forks source link

Form input: handle empty model (Fixes #97) #99

Closed e2jk closed 9 years ago

e2jk commented 9 years ago

Prevents a TypeError: this.model is null error when adding a new record. Now uses the same format as what is used in the demo app in template/shared/client/forms/person.js.

kamilogorek commented 9 years ago

Looks fine.

fyockm commented 9 years ago

+1 LGTM