diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index f8f2f0b81297..fc542e53fc90 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -224,6 +224,7 @@ var selectDirective = ['$compile', '$parse', function($compile, $parse) { optionsExp = attr.ngOptions, nullOption = false, // if false, user will not be able to select it (used by ngOptions) emptyOption, + renderScheduled = false, // we can't just jqLite('