SyntaxFix
Write A Post
Hire A Developer
Questions
With ui-router this may be an option for you. It reloads the controller on close so reinitializes the modal contents before it fires next time.
$("#myModalId").on('hidden.bs.modal', function () { $state.reload(); //resets the modal });