angular-tomitribe-select

0.0.39 • Public • Published

angular-tomitribe-select

Directives to use in ui-select.

* tribe-activate-hover
    This directive set the option active, when the mouseenter event is fired.

 Ex:
    ui-select-choices(repeat="role in availableRoles")
        div(tribe-activate-hover="role")
          span {{role.name}}

* tribe-select-open-on-focus
        This directive set the select active, on focus (tab)
        Based on https://github.com/angular-ui/ui-select/issues/428

     Ex:
        ui-select(tribe-select-open-on-focus)

* tribe-select-prevent-tab
            This directive prevent tab selection

         Ex:
            ui-select(tribe-select-prevent-tab)

Readme

Keywords

none

Package Sidebar

Install

npm i angular-tomitribe-select

Weekly Downloads

39

Version

0.0.39

License

MIT

Unpacked Size

17.9 kB

Total Files

9

Last publish

Collaborators

  • tomitribecore