Angular (click) not fired and how to fix it

Sometimes, very rarely, you can run into situation then Angular does not fire the (click) event. Or it fires later, on the 2nd click. It can be really hard to debug and figure out what causes it. So here are my two cents. This can be caused by view being updated while user clicks. What …

Dotless stack overflow exception

We have following .less snipet. It was no problem for the old dotLess compiler, but the new one (v 1.2.2) has problem in the .anonymousPersonImage class declaration. It results in Stack Overflow exception and dotLess stops working. Solution is to avoid having same names for mixins and classes. .personImage() { float: left; margin: 0px 4px …