-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modal-gallery In a Modal #95
Comments
This is a good question. I never thought about this scenario. I'll schedule this for version 4.0.0 or greater. |
Thanks for your prompt reply. 👍 |
@daylenlim Hi, can I ask you a small thing? Do you have a working example of a Modal dialog on https://plnkr.co/ with the latest beta version of ngx-bootstrap 2? I started to work on this feature, but I need small help, because it is quite difficult. |
It could be a good idea to test both ngx-bootstrap 2 and ng-bootstrap (latest releases, also if still beta versions) If someone want to help me, please provide me two plunkr's examples with these libraries to show modal dialogs. Also, If you want to add angular-modal-gallery inside the dialogs to these examples, it will be really appreciated. This feature might be quite difficult to implement, so I need help. Otherwise, it will be probably released in future minor versions of angular-modal-gallery 5.x.x and not with 5.0.0. I'll add every testers and contributors to the official readme of 5.0.0, when released. |
I had this issue (an image gallery running from within a modal)
|
Interesting @SeanBreathnach I'll try it.
Did you add that css to angular's global style? Or inside the component with the modal gallery? |
Interesting I'll try this weekend |
Hi @SeanBreathnach which library are you using to create modal dialog? |
Fully implemented (branch I close this issue because already done and It will be available in a beta release in some days. |
Is it possible to use Modal-gallery in a Modal?
I'm using the BsModalService to generate the modal.
https://valor-software.com/ngx-bootstrap/#/modals
my result as below ->
my expected result is the gallery can cover the full screen,
any suggestions?
The text was updated successfully, but these errors were encountered: