You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Allows overriding of default template of the datepicker
87
91
88
92
89
93
### Popup Settings ###
@@ -115,6 +119,14 @@ Specific settings for the `datepicker-popup`, that can globally configured throu
115
119
_(Default: true)_ :
116
120
Whether to close calendar when a date is chosen.
117
121
122
+
*`datepicker-popup-template-url`
123
+
_(Default: 'template/datepicker/popup.html') :
124
+
Allows overriding of default template of the popup
125
+
126
+
*`datepicker-template-url`
127
+
_(Default: 'template/datepicker/popup.html') :
128
+
Allows overriding of default template of the datepicker used in popup
129
+
118
130
*`datepicker-append-to-body`
119
131
_(Default: false)_:
120
132
Append the datepicker popup element to `body`, rather than inserting after `datepicker-popup`. For global configuration, use `datepickerPopupConfig.appendToBody`.
0 commit comments