We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e01c18 commit fa791a8Copy full SHA for fa791a8
src/directive.js
@@ -1,5 +1,5 @@
1
var dirId = 1,
2
- ARG_RE = /^[\w\$-]+$/,
+ ARG_RE = /^[^\{\?]+$/,
3
FILTER_TOKEN_RE = /[^\s'"]+|'[^']+'|"[^"]+"/g,
4
NESTING_RE = /^\$(parent|root)\./,
5
SINGLE_VAR_RE = /^[\w\.$]+$/,
0 commit comments