m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

is it possible to change the url when a modal opens #172

Open firecentaur opened 8 years ago

firecentaur commented 8 years ago

Hi there, I am currently using your module right now and am wondering if it supports this

I want my url to change when I open a modal, and when users paste in the url, they will return to the page with the modal open.

I want to accomplish what the author does in the link below. https://lingohub.com/blog/2015/06/bootstrap-modal-window-custom-url-angularjs/