Editable options

It allows you to edit the value of the deleted item. You can to use custom service for tweaking editItem: 'myFactory'

oi-options="item for item in ShopArrShort" ng-model="bundle" multiple oi-select-options="{ editItem: true }"
{{bundle}}

Use editItem: 'correct' for editing deleted item except the first time.

oi-options="item for item in ShopArrShort" ng-model="bundle2" oi-select-options="{ editItem: 'correct' }"
{{bundle2}}