1.0.0 • Published 4 years ago
md-date-range-picker v1.0.0
md-date-range-picker -

A simple Angular Date range picker with material theme
ussage/code example
- install using npm packages
npm install md-date-range-picker
- install using bower
bower install md-date-range-picker
Live Demo and Examples
example: html directive
<body ng-app="demo.app" ng-cloak>
<div ng-controller="ctrl">
<md-date-range ng-model="pickerModel"></md-date-range>
</div>
</body>
js adding dependencies
angular.module('demo.app', ['ngMaterial', 'ngMaterialDateRangePicker'])
dev tools
- Clone Repo
npm install
npm start
for dev servenpm run build
for buildnpm run dist
for dist serve
TODO:
- Optimize code
- Create unit tests
- Standardize build script
1.0.0
4 years ago
0.8.4
6 years ago
0.8.3
7 years ago
0.8.2
7 years ago
0.8.1
8 years ago
0.8.0
8 years ago
0.7.3
8 years ago
0.7.2
8 years ago
0.7.1
8 years ago
0.7.0
8 years ago
0.6.3
8 years ago
0.6.2
8 years ago
0.6.1
8 years ago
0.6.0
8 years ago
0.5.7
8 years ago
0.5.6
8 years ago
0.5.5
8 years ago
0.5.4
8 years ago
0.5.3
8 years ago
0.5.2
8 years ago
0.5.1
8 years ago
0.5.0
8 years ago
0.4.4
8 years ago
0.4.3
8 years ago
0.4.2
8 years ago
0.4.1
8 years ago
0.4.0
8 years ago
0.3.3
8 years ago
0.3.2
8 years ago
0.3.1
8 years ago
0.3.0
8 years ago
0.2.4
8 years ago
0.2.3
8 years ago
0.2.2
8 years ago
0.2.1
8 years ago
0.2.0
9 years ago
0.1.0
9 years ago