angular-datepicker-custom
Advanced tools
Comparing version 2.1.14 to 2.1.15
@@ -323,3 +323,3 @@ 'use strict'; | ||
isSame = function isSame(date1, date2) { | ||
return date1.isSame(date2, datePickerConfig.momentNames[scope.view]) ? true : false; | ||
return date1 && date1.isSame(date2, datePickerConfig.momentNames[scope.view]) ? true : false; | ||
}; | ||
@@ -326,0 +326,0 @@ |
{ | ||
"name": "angular-datepicker-custom", | ||
"version": "2.1.14", | ||
"version": "2.1.15", | ||
"main": "dist/angular-datepicker.min.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325985