mean-date-filter
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "mean-date-filter", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Filter with start and end dates. Includes datepickers and quick select buttons.", | ||
@@ -5,0 +5,0 @@ "author": { |
'use strict'; | ||
angular.module('mean.date-filter').config(['$stateProvider', | ||
angular.module('mean.mean-date-filter').config(['$stateProvider', | ||
]); |
'use strict'; | ||
angular.module('mean.date-filter').factory('DateFilter', ['$http', | ||
angular.module('mean.mean-date-filter').factory('DateFilter', ['$http', | ||
function($http) { | ||
@@ -5,0 +5,0 @@ var setDateFilter = function(startDate, endDate, mode, callback) { |
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
11448