$mdDialog with a confirmation dialog
$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 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 …
One of the major problems with big data display is the amount of dom elements needed in order to display the data. In the case of grid or rows of …
$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) …
After the relatively soft release of Angular material design 0.9, version 0.10 is supposed to be a great enhancment – both in features and performance. Here are the new components you …
Angualr material design 0.9 was just released today (a few days behind scheule, but still good). No major functionality enhancment, but many bugs we fixed, along with layouts validation and browser/device …