kineticsocial / angularjs-datetime-picker

AngularJS DateTime Picker Without JQuery and Bootstrap
MIT License
66 stars 79 forks source link

No source for css file in bower.json #39

Open JohMun opened 7 years ago

JohMun commented 7 years ago

The css source in bower.json is missing:

"main": "angularjs-datetime-picker.js",

->

"main": [ "angularjs-datetime-picker.js", "angularjs-datetime-picker.css" ],

With this change it's easier to inject the file with browsersync.