angular.js/test/ng
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
..
directive fix(select): ensure empty option is not lost in IE9 2013-05-07 21:27:42 +01:00
filter fix(timezone): correct timezone date filter for 1/2 hour offsets 2013-03-14 22:16:54 -07:00
anchorScrollSpec.js fix($sniffer): report history false on Android < 4 2012-05-14 15:12:51 -07:00
animationSpec.js feat(ngAnimate): add support for animation 2013-04-02 14:05:06 -07:00
animatorSpec.js fix(ngAnamite): eval ng-animate expression on each animation 2013-05-02 15:22:16 -04:00
browserSpecs.js test(browser/compile): fix calls to Jasmine fail() 2013-04-29 16:56:35 +01:00
cacheFactorySpec.js feat($cacheFactory): cache.put now returns the added value 2012-11-25 00:01:34 +01:00
compileSpec.js test(browser/compile): fix calls to Jasmine fail() 2013-04-29 16:56:35 +01:00
controllerSpec.js test(controller): instantiate controller defined on window 2013-04-30 14:38:14 -07:00
documentSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
exceptionHandlerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
httpBackendSpec.js feat($httpBackend): add timeout support for JSONP requests 2013-04-30 20:42:34 +01:00
httpSpec.js feat(http): support request/response promise chaining 2013-03-27 13:13:59 -07:00
interpolateSpec.js fix($parser): string concatination with undefined model 2012-09-06 16:06:21 -07:00
localeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
locationSpec.js fix($location): prevent navigation when event isDefaultPrevented 2013-05-06 21:52:53 -07:00
logSpec.js feat($log): add $log.debug() 2013-01-17 16:47:39 -08:00
parseSpec.js test(parse): Test for the parsing not invoking twice to get self 2013-04-29 19:12:19 +01:00
qSpec.js feat($q): add $q.always() method 2013-04-24 20:56:18 +01:00
rootElementSpec.js feat($rootElement): added application root element 2012-06-02 14:50:58 -07:00
rootScopeSpec.js fix($rootScope) ensure $watchCollection correctly handles arrayLike objects 2013-05-02 15:12:37 +01:00
routeParamsSpec.js fix($route): support route params not separated with slashes. 2013-01-16 09:41:02 -08:00
routeSpec.js test($route): add tests for matching 'otherwise' routes 2013-03-08 12:00:34 -08:00
snifferSpec.js fix($sniffer): $sniffer to support non-vendor prefixes 2013-04-08 21:26:19 -07:00
timeoutSpec.js fix($timeout): allow calling $timeout.cancel() with undefined 2012-06-04 17:43:14 -07:00
windowSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00