Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow default title shown on the menu dropdown #19

Merged
merged 1 commit into from
Jun 13, 2014
Merged

allow default title shown on the menu dropdown #19

merged 1 commit into from
Jun 13, 2014

Conversation

erinwu
Copy link
Contributor

@erinwu erinwu commented Jun 12, 2014

Example: default-label="All Genres"

<div 
    multi-select 
    input-model="$scope.arrOfObjects"
    output-model="$scope.arrOfObjects2"
    button-label="property1 property2 ..."         
    item-label="property1 property2 ..." 
    tick-property="property3" 
    disable-property="property4"
    orientation="horizontal | vertical"
    selection-mode="multiple | single"
    max-labels="999"     
    directive-id="..."
    is-disabled="true | false"
    helper-elements="all none reset filter"
    on-open="$scope.functionOpen()"
    on-close="$scope.functionClose()"
    on-focus="$scope.functionFocus()"
    on-blur="$scope.functionBlur()"   
    default-label="default text"
>
</div>

isteven added a commit that referenced this pull request Jun 13, 2014
allow default title shown on the menu dropdown
@isteven isteven merged commit eec2666 into isteven:master Jun 13, 2014
@isteven
Copy link
Owner

isteven commented Jun 13, 2014

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants