Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

add ok button and cancel button text options #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AlanViast
Copy link

No description provided.

@dpoetzsch
Copy link

dpoetzsch commented May 11, 2017

I think this is already possible using

angular.config(["$mdpDatePickerProvider", function ($mdDatePickerProvider) {
    $mdDatePickerProvider.setOKButtonLabel("YES");
    $mdDatePickerProvider.setCancelButtonLabel("NO");
}])

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

Successfully merging this pull request may close these issues.

None yet

2 participants