mean-date-filter
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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>` |
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
11428
256