I'm trying to bind a pretty simple model to a template and keep getting an error "Cannot read property 'replace' of undefined". Please see the following fiddle:
http://jsfiddle.net/keithnolan/2EN3m/3/
I've tried to create an even simpler example in the below fiddle
http://jsfiddle.net/keithnolan/2EN3m/1/
This also doesn't work but doesn't give any error. If I remove everything except one single input then it works. I'm guessing I'm missing something pretty obvious in the above examples.
http://jsfiddle.net/keithnolan/2EN3m/3/
I've tried to create an even simpler example in the below fiddle
http://jsfiddle.net/keithnolan/2EN3m/1/
This also doesn't work but doesn't give any error. If I remove everything except one single input then it works. I'm guessing I'm missing something pretty obvious in the above examples.