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:
What am I doing wrong? Why I have a errors? Thank you all