Terje Ness Andersen

Results 2 issues of Terje Ness Andersen

Hi! Wanted to know how webpack packaged things when running for production. So I tried `npm run build` which sets `NODE_ENV=production` before running webpack. But it fails. I cannot see...

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...