This directive lets you use Pikaday as an Angular directive.
Note: To use this fork,
-
for
npm
oryarn
add this to yourpackage.json
dependencies:"angular-pikaday-directive": "HornsAndHooves/angular-pikaday-directive"
-
for
bower
add this to yourbower.json
dependencies:"angular-pikaday-directive": "HornsAndHooves/angular-pikaday-directive#0.0.2"
It will allow you to use the v1.4.x
series of pikaday
.
(Forked by HornsAndHooves.)