EE/ng-l20n

Elements with ng-l20n get compiled twice

Closed this issue · 1 comments

In this example:

<button ng-click="page=page+1" data-l20n="NextScan"></button>

The event handler is bound twice (resulting in the callback being executed twice).

mgol commented

Thx.