It seems the closeOnClick does not fire correctly (at all) when there is an anchor tag in the menu and you're using Angular/ngRoute. See example below. Is this a bug or am I missing something.
Thanks,
Patrick
Thanks,
Patrick
<
ul
data-kendo-menu
style
=
"display: inline-block; min-width: 80px;"
>
<
li
>
Men's
<
ul
>
<
li
>
<
a
href
=
"#/FootWear"
>Footwear</
a
>
</
li
>
<
li
>
<
a
href
=
"#/Leisure Clothing"
>Leisure Clothing</
a
>
</
li
>
<
li
>
Sports Clothing
</
li
>
<
li
>Accessories</
li
>
</
ul
>
</
li
>
</
ul
>