loopback-boot/lib
Miroslav Bajtoš ef72efa70b executor: Split model boot into two phases
In the first phase, all models are defined.

In the second phase, models are configured, attached to data-sources
and exposed on the app object.

This way when the `attached` Model event is emitted, all models are
already defined and thus a listener can get reference of any other
model used in the app.
2014-06-16 16:41:12 +02:00
..
bundler.js Rework model configuration 2014-06-13 19:40:52 +02:00
compiler.js compiler: Move model-sources cfg to models.json 2014-06-16 16:41:12 +02:00
config-loader.js Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +02:00
executor.js executor: Split model boot into two phases 2014-06-16 16:41:12 +02:00