Skip to content

Templates with sass four ui-select work with Zurb Foundation 6

License

Notifications You must be signed in to change notification settings

RedCastor/ui-select-zf6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI-SELECT Zurb Foundation 6

ui-select Foundation 6 ui-select Zurb Foundation 6. CSS Foundation 6.

Demo

Installing

bower install ui-select-zf6
angular.module('app', ['ui.select', 'ui.select.zf6']);
<ui-select ng-model="ctrl.country.selected"
           theme="zf6"
           reset-search-input="true"
           search-enabled="false"
           title="Choose an country"
           ng-required="true"
>
    <ui-select-match allow-clear="true" placeholder="Enter an country">{{$select.selected.name}}</ui-select-match>

    <ui-select-header>Top of the list!</ui-select-header>
    <ui-select-choices repeat="country.code as country in ctrl.countries | filter: $select.search" track by $index">
        <div ng-bind-html="country.name | highlight: $select.search"></div>
    </ui-select-choices>
    <ui-select-footer>Bottom of the list.</ui-select-footer>
</ui-select>

About

Templates with sass four ui-select work with Zurb Foundation 6

Resources

License

Stars

Watchers

Forks

Packages

No packages published