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 66bbfc7 commit dad5315Copy full SHA for dad5315
src/compiler/transclude.js
@@ -1,6 +1,6 @@
1
var _ = require('../util')
2
var templateParser = require('../parsers/template')
3
-var specialCharRE = /[^a-zA-Z_\-:\.]/
+var specialCharRE = /[^\w\-:\.]/
4
5
/**
6
* Process an element or a DocumentFragment based on a
0 commit comments