Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mean-date-filter

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mean-date-filter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "mean-date-filter",
"version": "0.0.2",
"version": "0.0.3",
"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').directive('dateFilter', ['DateFilter',
angular.module('mean.date-filter').directive('meanDateFilter', ['DateFilter',

@@ -5,0 +5,0 @@ function(DateFilter) {

'use strict';
angular.module('mean.date-filter').config(['$stateProvider',
function($stateProvider) {
$stateProvider.state('dateFilter example page', {
url: '/dateFilter/example',
templateUrl: 'date-filter/views/index.html'
});
}
]);

@@ -14,5 +14,5 @@ # Date Filter Mean Package

## Simple Usage
`<div mode="week" start-date="startDate" end-date="endDate" date-filter></div>`
`<div mode="week" start-date="startDate" end-date="endDate" mean-date-filter></div>`
## Localized Usage
`<div start-date-text="Aloituspäivä" end-date-text="Lopetuspäivä" year-text="Vuosi" month-text="Kuukausi" week-text="Viikko" format="dd.MM.yyyy" clear-text="Tyhjennä" current-text="Tänään" close-text="Sulje" mode="week" start-date="startDate" end-date="endDate" date-filter></div>`
`<div start-date-text="Aloituspäivä" end-date-text="Lopetuspäivä" year-text="Vuosi" month-text="Kuukausi" week-text="Viikko" format="dd.MM.yyyy" clear-text="Tyhjennä" current-text="Tänään" close-text="Sulje" mode="week" start-date="startDate" end-date="endDate" mean-date-filter></div>`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc