Skip to content

Commit dad5315

Browse files
committed
transclude: fix attribute merge exclude regex
1 parent 66bbfc7 commit dad5315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transclude.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var _ = require('../util')
22
var templateParser = require('../parsers/template')
3-
var specialCharRE = /[^a-zA-Z_\-:\.]/
3+
var specialCharRE = /[^\w\-:\.]/
44

55
/**
66
* Process an element or a DocumentFragment based on a

0 commit comments

Comments
 (0)