Hey guys,
I've noticed since upgrading recently that a few of my templates that have a plus (+) character in them:
#= x + y #
#= 'i' + Id #
etc...
are removing the '+' internally and throwing an invalid template exception.
I've gotten around this easily enough by moving my logic into a function and calling that within the template, however, this seems to be a bug, and I was just wondering if there was any official feedback on the issue.
EDIT: I should add I'm using Kendo v2013.1.319
I've noticed since upgrading recently that a few of my templates that have a plus (+) character in them:
#= x + y #
#= 'i' + Id #
etc...
are removing the '+' internally and throwing an invalid template exception.
I've gotten around this easily enough by moving my logic into a function and calling that within the template, however, this seems to be a bug, and I was just wondering if there was any official feedback on the issue.
EDIT: I should add I'm using Kendo v2013.1.319