diff --git a/dist/selectize.js b/dist/selectize.js index 3cf5a8f..e4efe80 100755 --- a/dist/selectize.js +++ b/dist/selectize.js @@ -102,7 +102,7 @@ angular.module('selectize', []).value('selectizeConfig', {}).directive("selectiz }); if(needOptionRefresh) - selectize.refreshOptions(false); + updateSelectizeValue(scope.ngModel); //allow the model value to be set before the options are loaded } function updateSelectizeValue(value, prev){