angular.js/test/ng/directive
Sudhir Jonathan b3cae4f457 fix(select): select option with a label of 0 is not shown
Bug caused by the use of the `||` operator to replace all non-truthy
values with an empty string. Changed to replace only `undefined` values.

Closes #1401
2012-10-31 15:03:13 -07:00
..
aSpec.js
booleanAttrsSpec.js
formSpec.js
inputSpec.js
ngBindSpec.js
ngClassSpec.js
ngClickSpec.js
ngCloakSpec.js
ngControllerSpec.js
ngCspSpec.js
ngEventDirsSpec.js
ngIncludeSpec.js
ngInitSpec.js
ngNonBindableSpec.js
ngPluralizeSpec.js
ngRepeatSpec.js
ngShowHideSpec.js
ngSrcSpec.js
ngStyleSpec.js
ngSwitchSpec.js
ngViewSpec.js
scriptSpec.js
selectSpec.js fix(select): select option with a label of 0 is not shown 2012-10-31 15:03:13 -07:00
styleSpec.js