UNPKG

angularjs-dropdown-multiselect

Version:

This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.

8 lines (6 loc) 144 B
export default function v1Component() { const component = { templateUrl: 'app/v1docs/v1docs.template.html', }; return component; }