aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/ngIncludeSpec.js
diff options
context:
space:
mode:
authorIgor Minar2013-07-24 16:42:52 -0700
committerIgor Minar2013-07-24 18:53:09 -0700
commitd87fa0042375b025b98c40bff05e5f42c00af114 (patch)
treecd2ee7f2726d0e7006d03ffd1bf5449d6cdfe9ca /test/ng/directive/ngIncludeSpec.js
parente03402433d2524fd3a74bbfce984f843794996ce (diff)
downloadangular.js-d87fa0042375b025b98c40bff05e5f42c00af114.tar.bz2
fix(select): don't support binding to select[multiple]
changing the type of select box from single to multiple or the other way around at runtime is currently not supported and the two-way binding does odd stuff when such situation happens. we might eventually support this, but for now we are just going to not allow binding to select[multiple] to prevent people from relying on something that doesn't work. BREAKING CHANGE: binding to select[multiple] directly or via ngMultiple (ng-multiple) directive is not supported. This feature never worked with two-way data-binding, so it's not expected that anybody actually depends on it. Closes #3230
Diffstat (limited to 'test/ng/directive/ngIncludeSpec.js')
0 files changed, 0 insertions, 0 deletions