Skip to content

caitp/ui-select

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui-select

A native version of select2.

Requires ui.keypress from ui-utils

Prototype usage:

<ui-select ng-model="data.custom">
  <li 
    ng-repeat="item in data.items | filter : $search" 
    ng-class="{highlight:highlight==$index}" 
    ng-click="$select(item)" 
    ng-mouseover="$parent.highlight=$index">
    <h4>{{item.title}}</h4>
  </li>
</ui-select>

About

A native version of select2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • CSS 3.5%