likeastore / ngDialog

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

the width property not working in 0.6.0 release #462

Closed and1gio closed 8 years ago

and1gio commented 8 years ago

What version of ng-dialog are you using? 0.6.0

What version of AngularJS are you using? 1.5.0

the width not working.

example from the documentation. but in the release 0.6.0 there is not implemented that feature [width: property]

ngDialog.open({
    template: 'template.html',
    width: 400
});
faceleg commented 8 years ago

I've just rebuilt the min file and published 0.6.1, try again.