ngHandsontable
ngHandsontable copied to clipboard
Support of the translation
If i set title like this:
title="{{ 'NAME' | translate }}"
i'll get errors in console...
Please add support of this translation plugin: https://github.com/angular-translate/angular-translate
title="'NAME' | translate"
this works, but it's not translating (i need to reload the page)...