Skip to content

Inject todo/event controller via context property

Nicolas Fella requested to merge nicolasfella/calindori:controllers into master

Previous work was about making the controllers stateless. Now we can use only one instance of each instead of creating a new one every time one is needed.

Merge request reports