You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'am trying to insert a ui-router link inside my growl message :
in my translation file I have :
"LOGIN_BEFORE_SUBSCRIBE" : "You must create your account (or <a ui-sref=\"{app.root.locale.home.loginmail}\">login</a>) before you can subscribe (we need to know if you are an individual or a company and from which country to know if we have to charge you VAT or not ... )",
"LOGIN_BEFORE_SUBSCRIBE" : "You must create your account (or {{login_link}}) before you can subscribe (we need to know if you are an individual or a company and from which country to know if we have to chage you VAT or not ... )",
But then link is displayed as plain text ! I'm sure I'm missing something about interpolation but I can't figure out what ! Any suggestion and help appreciated ! Thanks
The text was updated successfully, but these errors were encountered:
Hi there,
I'am trying to insert a ui-router link inside my growl message :
in my translation file I have :
and in my controller :
But link is not active. So I've tried :
But then link is displayed as plain text ! I'm sure I'm missing something about interpolation but I can't figure out what ! Any suggestion and help appreciated ! Thanks
The text was updated successfully, but these errors were encountered: