ngx-modal icon indicating copy to clipboard operation
ngx-modal copied to clipboard

Modal Dialog Behaving differently on different servers!!

Open alok-srivastav opened this issue 6 years ago • 2 comments

Thanks for amazing library!!

On different servers, modal dialog behaves differently.

On production server, modal dialog closes when clicked outside of the modal dialog which is not the case on other servers I have for my project.

Please suggest what to do?

Thanks

alok-srivastav avatar Oct 03 '18 11:10 alok-srivastav

I thinks two servers have different versions of this package, you can check from the node_modules folder or from command line npm ls --depth=0 in the folder where package.json and npm_modules are stored. you must be seeing two different versions of ngx-modal, if so you should use package-lock.json more efficiently

btargac avatar Oct 09 '18 11:10 btargac

Thanks, @btargac for helping out.

@alok-srivastav, please check the versions and let me know if updating to the latest version didn't solve the issue.

meeroslav avatar Nov 07 '18 20:11 meeroslav