1.0.0 • Published 3 years ago

md-date-range-picker v1.0.0

Weekly downloads
977
License
ISC
Repository
-
Last release
3 years ago

md-date-range-picker - npm version bower version

A simple Angular Date range picker with material theme

ussage/code example

NPM

  • 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 serve
  • npm run build for build
  • npm run dist for dist serve

TODO:

  • Optimize code
  • Create unit tests
  • Standardize build script
1.0.0

3 years ago

0.8.4

5 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

8 years ago

0.1.0

8 years ago