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

Conversation

@wxjzeke
Copy link

@wxjzeke wxjzeke commented Jul 1, 2016

I add a mdpDateTimePicker, which can selcect date & time in one panel.

datetimepicker

datetimepicker en

mdTimePicker.js (row 138)

module.directive("mdpClock", ["$animate", "$timeout", function($animate, $timeout) {
    return {
        restrict: 'E',
        bindToController: {
            'type': '@?',
            'time': '=',
            'autoSwitch': '=?'
        },
        replace: true,
    scope: true,   //Add one line code here

@wxjzeke
Copy link
Author

wxjzeke commented Nov 1, 2016

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.

1 participant