quirkey / sammy

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
http://sammyjs.org
MIT License
2.99k stars 384 forks source link

can not change partial content #249

Closed chaegumi closed 8 years ago

chaegumi commented 8 years ago

        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

chaegumi commented 8 years ago

chorme cache affected