Confirm dialog for set a point
-
Hi all!
I think it could be very useful to have the possibility to attach on a
<md-button>
a confirm dialog with a pop-up window before setting the value of a point; is there a simple way to do it?Thanks a lot.
Larry
-
@LarryVaredo good suggestion, I'll add something like this in the next release. Unfortunately there is no way to do it through the markup currently, but you can code it up using the $mdDialog service if you dont mind using a bit of JavaScript.
-
Thanks @Jared-Wiltshire, I will try it.