What version of ng-dialog are you using?
1.4.0
What version of AngularJS are you using?
1.7.1
What browsers are affected?
All
Please describe the issue
The "later" param was removed from $controller (angular/angular.js#16580). It was a private api and is being used here: https://github.com/likeastore/ngDialog/blob/master/js/ngDialog.js#L651
Reference: angular/angular.js#16594