You have to bind the value to the component:
:md-click-outside-to-close="false" instead of md-click-outside-to-close="false". Note the colon...
Thanks for the quick response, I was trying to use a normal html attribute, for future reference I did not understand dynamic props were being used here. This was my fault I hope the link helps people in the future.
P.S. thanks for the great library
Most helpful comment
Thanks for the quick response, I was trying to use a normal html attribute, for future reference I did not understand dynamic props were being used here. This was my fault I hope the link helps people in the future.
P.S. thanks for the great library