angular-bootstrap-show-errors
                                
                                 angular-bootstrap-show-errors copied to clipboard
                                
                                    angular-bootstrap-show-errors copied to clipboard
                            
                            
                            
                        Is it possible to use this directive if i dont use $scope in my controllers?
Good Morning,
I ve been reading that angular 2.0 will get rid off the $scope for controllers, so i took the approach not to use it. Do you know of any way to do $broadcast or any other workaround to get the same or some functionality as if i was using $scope?
$rootScope.$broadcast should work. Just inject $rootScope into your controller.