html:
<div ng-dropdown-multiselect="" options="Values" selected-model="modelSelected" extra-settings="multiselectSettings" translation-texts="someCustomTexts" checkboxes="true" events="updateMultiEvents"></div>
js:
$scope.values = someData[];
$scope.modelSelected=[];
I have selected this checkbox earlier and stored model value in cookie. When i login again, all the time, this checkbox should be checked. Any idea?