Lite weight stand alone AngularJS modal dialog window. This is an alternative to other AngularJS modal UI components that have been written. This component take a URL to a partial template for the modal content and an optional controller to use with the modal content HTML elements. Full example is in the example folder.
Example:
To show modal: modal.show('partial template URL', 'controller');
To hide modal: modal.hide();