From dbd703a9fb864b787bc90c45fd4eb5ded7422f24 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 1 Aug 2013 15:53:59 -0700 Subject: docs(compile/selmulti): description for compile/selmulti error Closes #3459 --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)); } -- cgit v1.2.3