This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Possible bug with custom interpolates? #5756
Closed
Description
http://stackoverflow.com/questions/21077607/strange-issue-with-angularjs-template
Quick summary: I'm using custom opening and closing tags for angularjs. For some reason, ng cannot seem to interpret inline template correctly:
Please check this link for working code:
http://plnkr.co/edit/OQiJovrNzOraJdsSXeSY?p=preview
Please check this link for non-working code:
http://plnkr.co/edit/IzGpTdnqmO5MxtldnKec?p=preview
Please note how a random character "a" is added to the template and causes the code to start working.