Uncaught Type Error: Cannot read property 'execute' of undefined

Hey @SandyPanda, this sounds like this might be a namespace thing.

If the ngUI pages come from a managed package, and your custom Apex is coming from outside of the managed package, then you will have to specify the namespace when you’re targeting the Apex method.