diff options
Diffstat (limited to 'src/ng')
| -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 25f9a0a8..9e7f9553 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1220,7 +1220,7 @@ function $CompileProvider($provide) {        if (name === "multiple" && nodeName_(node) === "SELECT") { -        throw new $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));        } | 
