Skip to content

Commit

Permalink
built with new pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillardo committed Jan 27, 2020
1 parent 6cd9a7b commit c6c55c8
Show file tree
Hide file tree
Showing 5 changed files with 5,312 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-ui-datetime-picker",
"version": "2.6.3",
"version": "2.6.4",
"homepage": "https://github.com/Gillardo/bootstrap-ui-datetime-picker",
"authors": [
"Gillardo <[email protected]>"
Expand Down
6 changes: 4 additions & 2 deletions dist/datetime-picker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://github.com/Gillardo/bootstrap-ui-datetime-picker
// Version: 2.6.3
// Released: 2018-04-25
// Version: 2.6.4
// Released: 2020-01-27
angular.module('ui.bootstrap.datetimepicker', ['ui.bootstrap.dateparser', 'ui.bootstrap.position'])
.constant('uiDatetimePickerConfig', {
dateFormat: 'yyyy-MM-dd HH:mm',
Expand Down Expand Up @@ -768,6 +768,7 @@ angular.module('ui.bootstrap.datetimepicker', ['ui.bootstrap.dateparser', 'ui.bo
.directive('datePickerWrap', function () {
return {
restrict: 'EA',
priority: 2,
replace: true,
transclude: true,
templateUrl: 'template/date-picker.html'
Expand All @@ -777,6 +778,7 @@ angular.module('ui.bootstrap.datetimepicker', ['ui.bootstrap.dateparser', 'ui.bo
.directive('timePickerWrap', function () {
return {
restrict: 'EA',
priority: 2,
replace: true,
transclude: true,
templateUrl: 'template/time-picker.html'
Expand Down
6 changes: 3 additions & 3 deletions dist/datetime-picker.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c6c55c8

Please sign in to comment.