$modal is a service to quickly create AngularJS-powered modal windows. Creating custom modals is straightforward: create a partial view, its controller and reference them when using the service.
Toggle a modal by clicking the button below. It will slide down and fade in from the top of the page.
Modals have a large optional size, available by setting option size: 'lg'
in the method open(options)
Modals have a small optional size, available by setting option size: 'sm'
in the method open(options)
Off canvas side menu to use with ui-bootstrap. Extends ui-bootstrap's $modal provider.
This modal slide down from the top of the page.
This modal slides from the left side of the page.
This modal slide up from the bottom of the page.
This modal slides from the right side of the page