0
我使用meteor.js。如何使模板中的另一個函數在火焰模板中生效?
我安裝了i18n和arillo:flow-router-helpers軟件包。 我需要做的,如:
<a href="{{ pathFor i18n 'dictionary.update' }}">edit</a>
這意味着在JavaScript pathFor化(i18n( 'dictonary.update'))。
如何在火焰模板上做到這一點?