javascript - displaying angularjs model data when using jekyll and liquid? -
I am using jacqual with liquid for my website. I want to use angular jars to read json and to parse the data on the HTML page. But both of them use liquid and angioz {{}} so when I try to display angular data, this will not be because the liquid thinks that it is a variable created by jacile. How can I use both jekyll and angularjs? Or is there a better way?
This question is slightly old but I found a better solution in a connected SO question with the proposed Jekyll The best way to use AngularJS is to use the raw
tags:
{% raw%} \\ The goodness of all fingers goes here ... { % Endraw%}
Comments
Post a Comment