diff --git a/src/js/modules/infragistics.templating.js b/src/js/modules/infragistics.templating.js index c2734ba53..7c2b690b1 100644 --- a/src/js/modules/infragistics.templating.js +++ b/src/js/modules/infragistics.templating.js @@ -127,7 +127,7 @@ Use $.ig.regExp.sub.exec(tmpl) in order to get the substitution element in the tmpl string */ nonEncodeSub: /\{\{html\s+([\w\$\-]+(\.|\s)?[\w\$\-]*)+\}\}/, - forSub: /\$\{(([\w\$]+\.[\w\$]*)+)\}/, + forSub: /\$\{(([\w\$]+\.[\w\$]+)+)\}/, arg: /args\[\d+\](?!.*\+)/, /* type="RegExp" Matches any block directive in the template Use $.ig.regExp.block.exec(tmpl) in order to get the block directive in the tmpl string