$mdDialog is a directive of AngularJS that opens a dialog over the app to inform users about critical information or require them to make decisions. There are two approaches for setup: a simple promise API and regular object syntax.
Docs
https://material.angularjs.org/latest/api/service/$mdDialog
Demo
https://material.angularjs.org/latest/demo/dialog
Syntax
$mdDialog.show({} /* options */);