Carlo
Carlo
Hello, be aware that there are two line printed in the example. The first is correct and expected, the second one is hidden by plunked engine because there is actually...
Not in plunker but in a normal app it is executed by the browser unfortunately, shall we extend the sanitation to the keys as well? Sounds pretty dangerous. I manage...
Hi there, the problem is the line number **2871** (angular-translate.js, directive translate) as for the following: `iElement.empty().append(scope.preText + value + scope.postText); ` basically the function jQuery **append** will append the...
Hi, as you can see from the chrome inspector the script attached form the directive translate is a real DOM node as the function sanitize function is not in place...
Hi @knalli I have mange to reproduce a nasty one. I want to say that sometimes we could use angular-translate to handle keys coming from the server, hence this could...
Definitely, a solution could be in case of key reflection to use the method .text() instead of .append() Cheers
Hi man, thanks for your reply, the thing is that we actually don't know, we only see that after 3-4 enter (html mode) something gets triggered and the CPU gets...
Cheers, Carlo
Hi man, any news about this ? please Thanks Carlo