pikaday-angular icon indicating copy to clipboard operation
pikaday-angular copied to clipboard

require('pickaday-angular') leaves me with angular.module is not a function

Open hoetmaaiers opened this issue 10 years ago • 1 comments

When I npm install --save pickaday-angular and then require it in my module, the browser says: Uncaught TypeError: angular.module is not a function in pickaday-angular.js:15.

What goes wrong? I am using Angular 1.4.4.

hoetmaaiers avatar Sep 02 '15 07:09 hoetmaaiers

try 'pikaday' instead of pikaday-angular

psover avatar Dec 08 '15 20:12 psover