'How to set custom width of bootstrap modal dialog?
Bootstrap version: v3.3.4
Using this statement to open a dialog -
var modalInstance = $modal.open({
templateUrl: 'hello-world.html',
size: 'lg'
I want to create extra-large or with the custom width modal dialog. What is the way for it without touching bootstrap files.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
