Samples for the only Angular Modal Service you'll ever need.
This sample shows a Bootstrap Modal with the options 'Yes' and 'No'.
It demonstrates how to show a Bootstrap Modal, how to show a modal and how to retrieve data from the modal.
{{yesNoResult}}
See the code that makes up this sample:
This more complicated modal contains a form, showing how the modal template can be customised. It also has a controller with data injected by the caller and returns more complex data.
{{complexResult}}
See the code that makes up this sample:
This sample shows how you can use any kind of modal, not just Bootstrap modals.
{{customResult}}
See the code that makes up this sample: