$mdDialog from the angular material library, is a very good looking popup for almost anything in your app. It has evolved in a way that many of the hacks (i.e. using …
$mdDialog can be very useful. I’ve already mentioned how it can be used as a regular popup. In this post I’ll explain about the $mdDialog positioning. The default behavior is …
$mdDialog is a powerful popup service for angular, but the angular material design team. The usage is relatively simple. On a click event (e.g. a button or a menu item) …