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 a2bcf71 commit 55358a3Copy full SHA for 55358a3
modules/angular2/src/core/render/dom/compiler/property_binding_parser.ts
@@ -14,8 +14,8 @@ import {dashCaseToCamelCase} from '../util';
14
// Group 3 = "on-"
15
// Group 4 = "bindon-"
16
// Group 5 = the identifier after "bind-", "var-/#", or "on-"
17
-// Group 6 = idenitifer inside [()]
18
-// Group 7 = idenitifer inside []
+// Group 6 = identifier inside [()]
+// Group 7 = identifier inside []
19
// Group 8 = identifier inside ()
20
var BIND_NAME_REGEXP =
21
/^(?:(?:(?:(bind-)|(var-|#)|(on-)|(bindon-))(.+))|\[\(([^\)]+)\)\]|\[([^\]]+)\]|\(([^\)]+)\))$/g;
0 commit comments