angular-mighty-datepicker icon indicating copy to clipboard operation
angular-mighty-datepicker copied to clipboard

pasvaz.bindonce dependency?

Open fipp opened this issue 8 years ago • 1 comments

Hi, I installed 0.1.4 using bower, and get an error saying that pasvaz.bindonce is required. In build/angular-mighty-datepicker.js, its required:

angular.module("mightyDatepicker", ["pasvaz.bindonce"]);

I thought this was removed? Any way to get around it?

fipp avatar Jun 13 '17 14:06 fipp

Master branch is ahead of v0.1.4.

Currently here is no published release containing the bindonce fix, v0.1.4 refers to this commit https://github.com/monterail/angular-mighty-datepicker/commit/ad6e2de4837ff4c6b764ac2028809a8c8c8299cf. If using v0.1.4, angular-bindonce is still required.

A alternative is to install the current master branch instead:

npm install monterail/angular-mighty-datepicker\#3b67fa9

monospaced avatar Aug 17 '17 16:08 monospaced