ng-model值未从所选插件下拉列表中更新

时间:2014-09-05 11:34:10

标签: angularjs jquery-chosen

我有一个jquery选择的插件可搜索下拉列表。 Usualy我会触发值的更新更新以获得更新。我的ng-model没有得到更新。请帮助。

<span> <form:select name="country" path="" id="country" 
                    class="searchBoxWidth" ng-model="CarrierDetails.country">
                    <form:options items="${countryList}" />
                </form:select>

$('#country').change(function(){
        $("#country").trigger("chosen:updated");

    })

我应该使用$ scope.apply或观看或摘要之类的东西。我希望有一个有角度的解决方案 或者我应该像

那样分配回来
$scope.CarrierDetails.country=$("#country:selected").val();

1 个答案:

答案 0 :(得分:1)

最好切换到 Angular-selected (AngularJS包装器)

https://github.com/localytics/angular-chosen