likeastore / ngDialog

Modals and popups provider for Angular.js applications
http://likeastore.github.io/ngDialog
3.14k stars 692 forks source link

Fix controllerIntance in angular 1.2 #468

Closed torto closed 8 years ago

torto commented 8 years ago

In Angular 1.2 when execute ngDialog.open with controller parameter, the component crasch. In Chrome console show this message: screenshot from 2016-05-12 14-56-42

This error occurs because the variable controllerIntance is Json Object in Angular 1.2 but in Angular 1.3 is a function.

Related issues

467

faceleg commented 8 years ago

Thank you :)