angular-modal-service
Version:
AngularJS Service for showing Modals and Popups
10 lines (9 loc) • 331 B
HTML
<div id="custom-modal">
<div id="overlay">
This is a custom modal. The angular-modal-service doesn't depend on bootstrap, you
can use any modal you want. The background colour is altered by the custom class
applied to the body.
<a href ng-click="close()">Close</a>
</div>
<div id="fade"></div>
</div>