codedance / silken

Silken wraps Google Closure Templates in a managed servlet environment simplifying push-MVC development.
25 stars 8 forks source link

* Fixed bug where runtime globals were erroneously merged #5

Closed penguinboy closed 12 years ago

penguinboy commented 12 years ago

Fixed bug where runtime globals were erroneously merged with the template model. In the case of a null model this would result in a crash. Additionally, model values would be overwritten by the runtime globals.

codedance commented 12 years ago

Fixed. It's now only possible to access runtime globals via $ij data. Also documented runtime injection of the globals provider.