by Daniel Palou.
Hi Zoran,
the mmSplitView directive has a nameless controller, if you look at the return statement in www/core/directives/splitview.js you'll see that there's a controller property (in here). This controller is required by mmSplitViewLink to be able to work, that's what the require '^mmSplitView' means. For some reason your app is unable to find that controller.
Have you changed anything inside any of those directives?
Regards,
Dani