This question is locked. New answers and comments are not allowed.
I have a utility javascript functions for converting values but when I include these in my ClientTemplate("<#= myFunc(Column) #>") I get a client javascript error that it can't find the function. But if I copy the function into the page itself, it works. I verified with fiddler that my javascript file is being referenced and downloaded.
Why can't reference other functions?
Why can't reference other functions?