This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
docs(dialog): show resolve property removed? #11159
Closed
Description
Great work guys !!!
I am wondering if this is Bug or feautre?
There was an ability in $mdDialog API Documentation to send resolve parameters in (release version 1.1.4).
resolve - {object=}: Similar to locals, except it takes promises as values, and the dialog will not open until all of the promises resolve.
This is still working (in version 1.1.7), but i am afraid that it will be removed.
can you tell me why this was removed from $mdDialog API Documentation ?
Thanks!