Versione 0.15.1 (tried also on 0.14.x)
Hi, I'm facing the following issue when try to show two modals in sequence.
I tried to debug to see what happens bu no result. The error comes out randomly, seems due to some delay in source code, but can not find any solution unfortunately.
This is my sequence.
Show the first modal, on button click I call close()
Show the second modal after close(), also I tired to do after some delay.
Versione 0.15.1 (tried also on 0.14.x) Hi, I'm facing the following issue when try to show two modals in sequence. I tried to debug to see what happens bu no result. The error comes out randomly, seems due to some delay in source code, but can not find any solution unfortunately.
This is my sequence.
The error:
null is not an object (evaluating 'r.resolve') http://localhost:3000/node_modules/angular-modal-service/dst/angular-modal-service.min.js:1
Please, tell me if you have any suggestion. Tell me please also, if there is, the right way to show 2 modals in sequence.
Thanks, Karen