Pergunta

I thought the helpers was included in the dust-full-1.2.0.js file but I get errors when I tried to use one :

With : {@select key=P_Brand} Ok {/select}

From console :

Uncaught TypeError: Cannot read property 'select' of undefined - dust-full-1.2.0.js:523

And with : {@if cond="{P_Brand}"} Ok {/if}

From console :

Uncaught TypeError: Cannot read property 'if' of undefined - dust-full-1.2.0.js:523

Is it included ? Or maybe I used them wrong...

Thank you for your time

Foi útil?

Solução

The helpers are not included in dust-full or dust-core. They are available here: https://github.com/linkedin/dustjs-helpers

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top