We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b15ab5 + d27a1c9 commit 8bd8fb6Copy full SHA for 8bd8fb6
src/uiselectmultiple.html
@@ -1,6 +1,6 @@
1
2
<div class="form-group" ng-class="{'has-error': hasError(), 'has-success': hasSuccess(), 'has-feedback': form.feedback !== false}"
3
- ng-controller="dynamicSelectController" ng-init="uiMultiSelectInitInternalModel($$value$$)">
+ ng-controller="dynamicSelectController" ng-init="$$value$$=$$value$$||[];uiMultiSelectInitInternalModel($$value$$)">
4
<label class="control-label" ng-show="showTitle()">{{form.title}}</label>
5
<div class="form-group">
6
<ui-select multiple sortable-options="{{form.sortableOptions}}" ng-model="internalModel" theme="bootstrap"
0 commit comments