I have situtation like this:
<a ng-click="doSomething()">
Text
<input type="checkbox"/>
</a>
And if I want to mark the checkbox it does doSomething() instead and checkbox remains unchecked. I know that it is easy to say to just put outside but I really can't do it so don't offer that.
Thanks in advance!