ng-bind not updating after closing modal form
问题 I have a view with one list item. After user clicked on this item, the modal form show. When user change value and close modal, the item-not not updating. View: <ion-view ng-controller="settingsController"> <ion-content> <div class="list"> <ion-item class="item-icon-left" ng-click="openLanguageModal()"> <i class="icon ion-chatboxes"></i> {{'Language'| translate}} <span class="item-note"> <div ng-bind="choice"></div> </span> </ion-item> </div> </ion-content> <script id="language-modal.html"