Closed woniesong92 closed 9 years ago
@woniesong92 I think searching only in current template is enough for most use cases, also it makes template to be self-sufficient without dependency on any global stuff. However we could discuss to support explicit global:
prefix in data-source
attribute to specify use of function from UI._globalHelpers
.
Right now, we only search for the helper functions inside the current template. We should also search in
UI._globalHelpers
to see if the function specified indata-sources
is available.