You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of ng-dialog are you using?
v0.3.12 What version of AngularJS are you using?
1.6.5 What browsers are affected?
IE11 Please provide either a JSFiddle, Plunkr example that replicates the issue https://plnkr.co/edit/d1d0b4ffSXNLundQP3V7 Please describe the issue
I would like to set dialog's width property but it's not setting width. Every time it's taking 450px which is coming from below class.
The version of ngDialog you are using is quite old, and a quick look at the code suggests that the feature you are trying to use was introduced in a later version:
What version of ng-dialog are you using?
v0.3.12
What version of AngularJS are you using?
1.6.5
What browsers are affected?
IE11
Please provide either a JSFiddle, Plunkr example that replicates the issue
https://plnkr.co/edit/d1d0b4ffSXNLundQP3V7
Please describe the issue
I would like to set dialog's width property but it's not setting width. Every time it's taking 450px which is coming from below class.
.ngdialog-theme-default.ngdialog .ngdialog-content
What did you expect to happen?
width should be set in px or in percentage.
What actually happened?
width is not set for px or percentage.
The text was updated successfully, but these errors were encountered: