aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/booleanAttrsSpec.js
diff options
context:
space:
mode:
authorMisko Hevery2013-08-01 15:53:59 -0700
committerIgor Minar2013-08-08 17:16:46 -0700
commitdbd703a9fb864b787bc90c45fd4eb5ded7422f24 (patch)
tree880684938281d00787d63178e2780a303279880e /test/ng/directive/booleanAttrsSpec.js
parentfa3985764c1636fb408f18516dc47933ca0def44 (diff)
downloadangular.js-dbd703a9fb864b787bc90c45fd4eb5ded7422f24.tar.bz2
docs(compile/selmulti): description for compile/selmulti error
Closes #3459
Diffstat (limited to 'test/ng/directive/booleanAttrsSpec.js')
-rw-r--r--test/ng/directive/booleanAttrsSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/directive/booleanAttrsSpec.js b/test/ng/directive/booleanAttrsSpec.js
index 0b0c290d..82639051 100644
--- a/test/ng/directive/booleanAttrsSpec.js
+++ b/test/ng/directive/booleanAttrsSpec.js
@@ -93,7 +93,7 @@ describe('boolean attr directives', function() {
expect(function() {
$compile('<select multiple="{{isMultiple}}"></select>')
- }).toThrow('[$compile:selmulti] Binding to the multiple attribute is not supported. ' +
+ }).toThrow('[$compile:selmulti] Binding to the \'multiple\' attribute is not supported. ' +
'Element: <select multiple="{{isMultiple}}">');
}));