mojito-globals
v0.1.2
Published
Facilitates read/write access to variables that are global to the request
Downloads
6
Readme
Mojito Globals Addon
The mojito-globals addon provides a global store for mojito that works transparently on the client and the server. The store is global per request on the server and per page on the client.
Usage
Simply require mojito-globals-addon
to make the ac.globals
add-on available
in your controller...