mean-date-filter
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "mean-date-filter", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Filter with start and end dates. Includes datepickers and quick select buttons.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -103,9 +103,9 @@ 'use strict'; | ||
if (!$scope.weekText) { | ||
$scope.weekText = 'Viikko'; | ||
$scope.weekText = 'Week'; | ||
} | ||
if (!$scope.monthText) { | ||
$scope.monthText = 'Kuukausi'; | ||
$scope.monthText = 'Month'; | ||
} | ||
if (!$scope.yearText) { | ||
$scope.yearText = 'Vuosi'; | ||
$scope.yearText = 'Year'; | ||
} | ||
@@ -112,0 +112,0 @@ } |
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
13504