I am using an angular library which is written using the {{
}}
delimiters. For some reason I had to change the delimiters for my project (let's say I'm using [[
]]
)
The problem is that the library's directives are written using the regular delimiters {{
}}
and are therefore NOT interpolated the right way anymore.
Is there a way to write a directive able to interpolate the arguments whatever the current delimiter ?