quirkey/sammy

can not change partial content

Closed this issue · 1 comments

        this.get('#/form', function() {
          this.partial('files/form.html');
        });

        this.get('#/clearcache', function(){
            this.app.clearTemplateCache();
            alert('Test');
        });

in the examples form_handling, i can not change html in files/form.html,use function clearTemplateCache can not clear the templateCache .google chrome version 44.0.2403.125m

chorme cache affected