Skip to content
Maxime LUCE edited this page Feb 25, 2014 · 1 revision

Allow quick mailto href attribute data binding.

Samples

<a data-bind="mailto: myEmail, text: myEmail"></a>

will result in

<a href="mailto:mail@domain.com">mail@domain.com</a>

Options

value
  • type: string
  • required

Email to set mailto in href attribute.

Clone this wiki locally