I am using AngularJS to develop an application. Below is my requirement is like:
- User should have search screen to search batch information
- once the result is loading, user is click on one of the batch
- after opening a batch
- When user click on Cancel batch, previous search screen should be open
I am using model dialogue to load search screen and also to display batch information. I am using model dialogue because in my batch information screen, lot of information is available.
This approach is suggested by the client. Please help me how to achieve this approach.