I have the following in my tmpl file:
<div ng-include="include.tmpl"
ng-include-variables="{ text: {{ "global.login.text" | translate }} }"></div>
I get errors doing this. There must be a way I can pass the value of:
{{ "global.login.text" | translate }}
as "text" to my include.tmpl.
Does anyone know?