Questions tagged [angular-ui-select]

AngularJS-native version of Select2 and Selectize

AngularJS-native version of Select2 and Selectize.

GitHub: https://github.com/angular-ui/ui-select

169 questions
0
votes
1 answer

ui-select selecticize templates not found

I am trying to use angular ui-select in my application, it worked just fine, except I wanted to change the theme from bootstrap to selecticize, that is when i got these errors: I have no idea what to do i have two bootstrap files i tried loading…
0
votes
1 answer

Angular UI-Grid Conditional Cell Template

I have a cell template that displays data from an external ui-select. However I only want the cell template to appear if the row(s) is/are selected. Here is my current code: $scope.gridOptions.columnDefs = [ { name: 'resourceChannel', …
Jbodeen
  • 25
  • 1
  • 4
0
votes
1 answer

angular ui-select is not working for array list and first o value

Angular ui-select is not working. If I select first option 0 it is coming like this..

New List 2

Selected: {{panel.fill}}

Javascript Coder
  • 5,691
  • 8
  • 52
  • 98
0
votes
1 answer

normal select list to angular-ui-select is not working

How to convert normal select list code into angular-ui-select directive code. My code html: