Currently working on an AngularJS application and in need of opening a specific modal popup with larger dimensions. Are there any AngularJS libraries available that cater to customizing modal popups? Explored AngularStrap (http://mgcrea.github.io/angular-strap/##modals) which seems limited in terms of resizing options, and AngularUI - Bootstrap (http://angular-ui.github.io/bootstrap/#/modal) which provides choices for big or small modals. However, even the 'big' modal option is not sufficient at 900px width. Seeking a solution that allows for specifying modal size as needed.
Some suggestions hint at modifying the .modal CSS for a bigger modal, but this approach is not viable due to default modal usage in other parts of the codebase leading to potential complications. Is there a way to achieve this customization using AngularStrap (preferred) or AngularUI - Bootstrap?
Appreciate any recommendations,