I have a [$parse:syntax] error with this code :
<img class="trs_img" id="{{ 'TRS_EN' | translate, 'active' : menu == 'lord'}}" ng-click="changeLanguage('en');" />
- first : translation id translated with angular-translate,
- second: id active if it's check the value 'lord' in menu scope
what is the good syntax?