eight04 / angular-datetime

A directive to add the behavior of datetime input on unsupported browsers.
MIT License
93 stars 28 forks source link

Add bower support. #59

Closed mominsamir closed 7 years ago

mominsamir commented 7 years ago

Hi Nice work.

Please add bower support

eight04 commented 7 years ago

I haven't used bower for a long time and npm supports flatten dependencies now. I think bower is able to install packages from github, if not, you may have to install the dist file directly.

bower install https://unpkg.com/angular-datetime-input@5.2.1/dist/datetime.js

If you want to switch to npm/yarn, there is an article on bower.io explaining how: https://bower.io/blog/2017/how-to-migrate-away-from-bower/