Open a2dude opened 8 years ago
Using jaysvcutil with -m I get the following:
(function(mod) { stuff removed... mod($data.generatedContext || ($data.generatedContext = {}), $data); // Plain browser env })(function(exports, $data) {
As $data is a singleton in the global context (correct?) how can I support multiple, ie distinct, models? Should model 1 set type and factory to $data.generatedContext.model1[ type / factory ] to distinguish these from model 2?
Using jaysvcutil with -m I get the following:
As $data is a singleton in the global context (correct?) how can I support multiple, ie distinct, models? Should model 1 set type and factory to $data.generatedContext.model1[ type / factory ] to distinguish these from model 2?