Hello,
i have read your blog-post "Using angular rapydly". I also commented on it, but I think this is a better platform for support.
In your examples you used \$ to escape the $ in variables. I tried the same but Angular throws an error when parsing the final html, because the '\' is still present in the html.
I used the last version of rapydml from mercurial and version 1.2.26 of Angular.
As I wrote in the comment, I made a quick and dirty solution by adding a .replace('\$','$') to the final output in the rapydml script. After that the html was accepted by Angular.
Is there any other way to tell rapydml to handle the escaped $'s?
Best regards,
Alex