Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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.