Skip to content

ikr/bform-test-case

Repository files navigation

A mini-project demonstating a problem with custom templates in backbone-forms

backbone-forms

Installation

You'll need an apache vhost configured, as AMD (RequireJS) only can load the modules and texts via XHR; therefore, opening index.html via file:// protocol won't work.

<VirtualHost *:80>
    ServerName bform.ikr.xiag.ch
    DocumentRoot /Users/ikr/Sandbox/bform
</VirtualHost>

Testing

See entry-point.js. Commenting line 16 (custom templates definition) results in the form being successfully rendered. Otherwise, only the partial rendering takes place

img

About

A mini-project demonstating a problem with custom templates in https://github.com/powmedia/backbone-forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published