Search code examples
javascriptangularjsionic-frameworkangular-moment

Failed to instantiate module moment-picker


I'm new in angular so i have a many questions

For Ionic v1 I installed angular-moment-picker bower install moment-picker --save, there is a directory bower_components with angular-moment-picker, I added 'moment-picker' in angular.module('starter', ['ionic','starter.controllers', 'starter.services', 'ionic-material', 'ui.router', 'moment-picker']) RESULT: capture d ecran 2017-05-05 a 19 26 14

What am I doing wrong? Why I have a errors? Thank you all


Solution

  • I solved the problem. Set up .bowerrc { "directory": "www/lib" }, installed bower install moment-picker --save and added lib/angular-moment-picker/dist/angular-moment-picker.js in index.html