我的代码是这样的:
function enableUser(Restangular, $state, notification) {
...
...
notification.log(
{{ "DISABLED_LOG_DISABLE" | translate }},
{ addnCls: 'humane-flatty-success' });
}
我发现它会{{ "DISABLED_LOG_DISABLE" | translate }}
直接显示在屏幕上,但我需要的是Disabled employee
当我给它的时候{'DISABLED_LOG_DISABLE': 'Disabled employee'}