I face the issue when use Angular JS in shopify liquid file at that time I have use following script.
var fetch = angular.module('myapp', []).config(function ($interpolateProvider) {
$interpolateProvider.startSymbol('{[{').endSymbol('}]}');
});
No comments:
Post a Comment