I\'ve got an app defined this way:
angular.module(\"myApp\", [...]) .config(function ($stateProvider, $controllerProvider) { if (isControllerDefined(co
You could use the $controller service and do $controller('myController') and wrap a try-catch arround it so you know if it fails.