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

I add a mdpDateTimePicker(restrict: A), which can selcect date & time in one panel #130

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

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.

None yet

1 participant