Angular ui-select が機能していません。最初のオプション 0 を選択すると、次のようになります。
<h3>New List 2</h3>
<p>Selected: {{panel.fill}}</p>
<ui-select id="viewSelector" ng-model="panel.fill" theme="selectize">
<ui-select-match placeholder="Select">{{$select.selected}}</ui-select-match>
<ui-select-choices repeat="f in [0,1,2,3,4,5,6,7,8,9,10]">
<div ng-bind-html="f"></div>
</ui-select-choices>
</ui-select>
http://plnkr.co/edit/CKHbiSQ4tZXTjOyxpyBK?p=preview
私を案内してください。