Modal CSS appending
Modal service for AngularJS - supports creating popups and modals via a service.
Brought to you by:
evanfcrane
Originally created by: oleole90
In the provided custom modal sample page, I'm can see the custom.css is getting added in the DOM when the modal apears and removed when the modal closes.
Is this feature included in angular-modal-service?
I couldn't find any mention of 'a way' to include forSomeModal.css using showModal method.
Thanks btw.