angular.js/test/ng/directive
Chad Smith 4622af3f07 fix(select): ensure empty option is not lost in IE9
Fix a check inside render for select elements with ngOptions, which
compares the selected property of an element with it's desired state.
Ensure the placeholder, if available, is explicitly selected if the model
value can not be found in the option list.
Without these fixes it's up to the browser implementation to decide which
option to choose. In most browsers, this has the effect of displaying the
first item in the list. In IE9 however, this causes the select to display
nothing.

Closes #2150, #1826
2013-05-07 21:27:42 +01:00
..
aSpec.js fix(a): workaround IE bug affecting mailto urls 2013-02-14 16:42:58 -08:00
booleanAttrsSpec.js feat(directive): added ng-open boolean directive 2013-01-18 21:16:16 -08:00
formSpec.js Fix failing test in IE 10 2013-03-14 22:03:37 -07:00
inputSpec.js fix(ngModel): use paste/cut events in IE to support context menu 2013-04-17 21:20:08 +01:00
ngBindSpec.js chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 2012-04-11 15:50:47 -07:00
ngClassSpec.js fix(ngClass): should remove classes when object is the same but property has changed 2013-04-16 13:15:49 +01:00
ngClickSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngCloakSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngControllerSpec.js feat(controller): support as instance syntax 2013-04-22 23:28:41 -07:00
ngCspSpec.js feat($parse): CSP compatibility 2012-04-27 23:04:24 -07:00
ngEventDirsSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngIfSpec.js feat(ngIf): add directive to remove and recreate DOM elements 2013-04-19 21:45:38 +01:00
ngIncludeSpec.js feat(ngInclude): $includeContentRequested event 2013-05-03 19:55:47 +01:00
ngInitSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngKeySpec.js feat(directive): add ngKeypress directive for handling keypress event 2013-03-08 21:56:32 +01:00
ngNonBindableSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngPluralizeSpec.js fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbols 2012-08-13 09:48:23 -07:00
ngRepeatSpec.js fix(ngRepeat): correctly iterate over array-like objects 2013-05-02 15:12:37 +01:00
ngShowHideSpec.js fix(ngAnimate): prevent animation on initial page load 2013-04-11 23:06:07 -07:00
ngSrcSpec.js fix(ngSrc): don't set src if value is empty string 2012-09-06 16:06:24 -07:00
ngStyleSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngSwitchSpec.js fix(ngAnimate): prevent animation on initial page load 2013-04-11 23:06:07 -07:00
ngViewSpec.js fix(ngView): accidentally compiling leaving content 2013-05-02 15:22:16 -04:00
scriptSpec.js fix(script): Incorrectly reading script text on ie 2012-04-20 11:29:34 -07:00
selectSpec.js fix(select): ensure empty option is not lost in IE9 2013-05-07 21:27:42 +01:00
styleSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00