diff options
| author | Misko Hevery | 2013-08-01 15:53:59 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-08 17:16:46 -0700 |
| commit | dbd703a9fb864b787bc90c45fd4eb5ded7422f24 (patch) | |
| tree | 880684938281d00787d63178e2780a303279880e /src | |
| parent | fa3985764c1636fb408f18516dc47933ca0def44 (diff) | |
| download | angular.js-dbd703a9fb864b787bc90c45fd4eb5ded7422f24.tar.bz2 | |
docs(compile/selmulti): description for compile/selmulti error
Closes #3459
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/compile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js index f2c7b381..25d48313 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1291,7 +1291,7 @@ function $CompileProvider($provide) { if (name === "multiple" && nodeName_(node) === "SELECT") { - throw $compileMinErr("selmulti", "Binding to the multiple attribute is not supported. Element: {0}", + throw $compileMinErr("selmulti", "Binding to the 'multiple' attribute is not supported. Element: {0}", startingTag(node)); } |
