PlastronJS icon indicating copy to clipboard operation
PlastronJS copied to clipboard

MVC framework for Closure Library and Closure Compiler

Results 5 PlastronJS issues
Sort by recently updated
recently updated
newest added

In order to, for example, pass the current model state to a template, it would be nice to have a nicely formatted represenation of all attrs available. `.toJson()` currently only...

I like very much the idea behind your work and I used parts of the framework, however based on my experience with closure library for the last 2 years I...

enhancement

If the router is used directly (as it is by design) and the browser does not support html5 history API it will break pre-rendered pages, because goog.History is using document.write...

What about adding validators to a model scheme? It could look like this: ``` javascrpt modelScheme = { "name": { set: function() {}, get: function() {}, validators: [ new LengthValidator(6,...

enhancement

With small tokens the routes work properly on FF and chrome. With long ones eg 'User Master' it fails on FF. There is a difference in the way token is...